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.3.9RC1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3af205bcbec7e7409f7d1455fa50d17c80a8386;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