1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00

Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1000000000)

This commit is contained in:
Christopher Jones
2011-09-26 19:13:06 +00:00
parent 1cab3610de
commit 4e4ad9aa26

View File

@@ -4,6 +4,7 @@ unixtojd()
<?php include 'skipif.inc'; ?>
--FILE--
<?php
putenv('TZ=UTC');
echo unixtojd(40000). "\n";
echo unixtojd(1000000000). "\n";
echo unixtojd(1152459009). "\n";