From c31396f85ea2c986bb2d828a8321b73d778000dc Mon Sep 17 00:00:00 2001 From: Craig Duncan Date: Sun, 20 Nov 2016 16:40:37 +0000 Subject: [PATCH] Use UTC instead of unavailable timezone in test --- ext/date/tests/timestamp-in-dst.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/date/tests/timestamp-in-dst.phpt b/ext/date/tests/timestamp-in-dst.phpt index bef18eec8db..79ca0a628cc 100644 --- a/ext/date/tests/timestamp-in-dst.phpt +++ b/ext/date/tests/timestamp-in-dst.phpt @@ -1,10 +1,9 @@ --TEST-- Format timestamp in DST test --INI-- -date.timezone=CEST +date.timezone=UTC --FILE-- format( 'c' ) ); ?> --EXPECT--