Skip to content

Commit a2b1546

Browse files
committed
ensure the test doesn't fail because of tz warning
1 parent 686402a commit a2b1546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/date/tests/bug65184.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
66
die("skip Test is valid for Windows");
77
}
88
?>
9+
--INI--
10+
date.timezone = UTC
911
--FILE--
1012
<?php
1113
setlocale(LC_ALL, 'Japanese_Japan.932');

0 commit comments

Comments
 (0)