Skip to content

Commit fe6bd56

Browse files
committed
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1000000000)
1 parent 56c9679 commit fe6bd56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/calendar/tests/unixtojd.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ unixtojd()
44
<?php include 'skipif.inc'; ?>
55
--FILE--
66
<?php
7+
putenv('TZ=UTC');
78
echo unixtojd(40000). "\n";
89
echo unixtojd(1000000000). "\n";
910
echo unixtojd(1152459009). "\n";

0 commit comments

Comments
 (0)