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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user