Browse Source

- skip on win, strftime uses system TZ

pull/12/head
Pierre Joye 15 years ago
parent
commit
08a25c405e
  1. 4
      ext/date/tests/bug32555.phpt

4
ext/date/tests/bug32555.phpt

@ -1,5 +1,9 @@
--TEST--
Bug #32555 (strtotime("tomorrow") can return false)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') die('skip strftime uses system TZ');
?>
--INI--
date.timezone=US/Eastern
--FILE--

Loading…
Cancel
Save