diff options
author | Ferenc Kovacs <tyrael@php.net> | 2011-09-22 21:50:45 +0000 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2011-09-22 21:50:45 +0000 |
commit | f71b3cdd670f7235d95f05b583c349bf9e13b9f0 (patch) | |
tree | e9e37d4c8b4da0e3db31a2bef9ffb3b07249a2fa /ext/calendar | |
parent | 0839aee404c11b132d5f816a3acae1c575c2568f (diff) | |
download | php-git-f71b3cdd670f7235d95f05b583c349bf9e13b9f0.tar.gz |
the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/tests/unixtojd.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/calendar/tests/unixtojd.phpt b/ext/calendar/tests/unixtojd.phpt index e8e953c374..567a8c25b6 100644 --- a/ext/calendar/tests/unixtojd.phpt +++ b/ext/calendar/tests/unixtojd.phpt @@ -10,5 +10,5 @@ echo unixtojd(1152459009). "\n"; ?> --EXPECT-- 2440588 -2452161 +2452162 2453926 |