tyrael Thu, 22 Sep 2011 21:50:45 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=317167
Log: the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162 Changed paths: U php/php-src/branches/PHP_5_3/ext/calendar/tests/unixtojd.phpt U php/php-src/branches/PHP_5_4/ext/calendar/tests/unixtojd.phpt U php/php-src/trunk/ext/calendar/tests/unixtojd.phpt Modified: php/php-src/branches/PHP_5_3/ext/calendar/tests/unixtojd.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/calendar/tests/unixtojd.phpt 2011-09-22 21:41:29 UTC (rev 317166) +++ php/php-src/branches/PHP_5_3/ext/calendar/tests/unixtojd.phpt 2011-09-22 21:50:45 UTC (rev 317167) @@ -10,5 +10,5 @@ ?> --EXPECT-- 2440588 -2452161 +2452162 2453926 Modified: php/php-src/branches/PHP_5_4/ext/calendar/tests/unixtojd.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/calendar/tests/unixtojd.phpt 2011-09-22 21:41:29 UTC (rev 317166) +++ php/php-src/branches/PHP_5_4/ext/calendar/tests/unixtojd.phpt 2011-09-22 21:50:45 UTC (rev 317167) @@ -10,5 +10,5 @@ ?> --EXPECT-- 2440588 -2452161 +2452162 2453926 Modified: php/php-src/trunk/ext/calendar/tests/unixtojd.phpt =================================================================== --- php/php-src/trunk/ext/calendar/tests/unixtojd.phpt 2011-09-22 21:41:29 UTC (rev 317166) +++ php/php-src/trunk/ext/calendar/tests/unixtojd.phpt 2011-09-22 21:50:45 UTC (rev 317167) @@ -10,5 +10,5 @@ ?> --EXPECT-- 2440588 -2452161 +2452162 2453926
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php