Skip to content

Commit c31396f

Browse files
duncan3dcnikic
authored andcommitted
Use UTC instead of unavailable timezone in test
1 parent 04534b0 commit c31396f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/date/tests/timestamp-in-dst.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
--TEST--
22
Format timestamp in DST test
33
--INI--
4-
date.timezone=CEST
4+
date.timezone=UTC
55
--FILE--
66
<?php
7-
error_reporting(E_ALL & ~E_WARNING); // hide e_warning warning about timezones
87
var_dump( date_create( '@1202996091' )->format( 'c' ) );
98
?>
109
--EXPECT--

0 commit comments

Comments
 (0)