diff options
-rw-r--r-- | ext/date/tests/bug33532.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/date/tests/bug33532.phpt b/ext/date/tests/bug33532.phpt index 5c88e73acd..148630855d 100644 --- a/ext/date/tests/bug33532.phpt +++ b/ext/date/tests/bug33532.phpt @@ -5,7 +5,8 @@ error_reporting=2047 date.timezone=UTC --SKIPIF-- <?php -if(PHP_OS == 'Darwin') die("skip strftime depends on TZ on Darwin"); +if(PHP_OS == 'Darwin' || defined('PHP_WINDOWS_VERSION_MAJOR')) die("skip strftime uses system TZ on Darwin and Windows"); +?> --FILE-- <?php |