]> granicus.if.org Git - php/commitdiff
MF51: add default timezone to the tests
authorAntony Dovgal <tony2001@php.net>
Tue, 11 Apr 2006 19:34:35 +0000 (19:34 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 11 Apr 2006 19:34:35 +0000 (19:34 +0000)
ext/date/tests/bug36988.phpt
ext/date/tests/bug37017.phpt

index e9fd69d7ef686ba7fc9c6167ecc32edc33b87d4a..d35e58939aa1b1f1c9ae7235b4938e0aa67d9332 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #36988 (mktime freezes on long numbers)
+--INI--
+date.timezone=GMT
 --FILE--
 <?php
 $start = microtime(true);
index ce438452b1e815d1392c6d4ec4437c5e1fb6ae6a..61dc8ba383f3818f17006d90ed5aca5769e3b145 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #37017 (strtotime fails before 13:00:00 with some time zones identifiers).
+--INI--
+date.timezone=GMT
 --FILE--
 <?php
 echo strtotime("2006-05-12 13:00:01 America/New_York"), "\n";