From 73bed915c5e38f7894ec88e40ba052ae19117510 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 22 Sep 2011 21:50:45 +0000 Subject: [PATCH] the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162 --- ext/calendar/tests/unixtojd.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0