summaryrefslogtreecommitdiff
path: root/ext/calendar
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2011-09-22 21:50:45 +0000
committerFerenc Kovacs <tyrael@php.net>2011-09-22 21:50:45 +0000
commitf71b3cdd670f7235d95f05b583c349bf9e13b9f0 (patch)
treee9e37d4c8b4da0e3db31a2bef9ffb3b07249a2fa /ext/calendar
parent0839aee404c11b132d5f816a3acae1c575c2568f (diff)
downloadphp-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.phpt2
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