From: Ferenc Kovacs Date: Thu, 22 Sep 2011 21:50:45 +0000 (+0000) Subject: the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to... X-Git-Tag: php-5.4.0beta2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f71b3cdd670f7235d95f05b583c349bf9e13b9f0;p=php the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162 --- 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