mirror of
https://github.com/php/php-src.git
synced 2025-01-07 03:13:33 +08:00
- skip on win, TZs differ with strftime
This commit is contained in:
parent
7e5d92106b
commit
cb40d36edc
@ -1,5 +1,10 @@
|
||||
--TEST--
|
||||
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
|
||||
die("skip. Not the same TZ on windows.");
|
||||
}
|
||||
--FILE--
|
||||
<?php
|
||||
$timezones = array (
|
||||
|
Loading…
Reference in New Issue
Block a user