diff options
-rw-r--r-- | ext/date/tests/bug45529.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug45529.phpt b/ext/date/tests/bug45529.phpt index ce4bca96b3..7fda72e9af 100644 --- a/ext/date/tests/bug45529.phpt +++ b/ext/date/tests/bug45529.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #45529 (UTC not properly recognised as timezone identifier while parsing) +--INI-- +date.default_timezone=Europe/Oslo --FILE-- <?php $tz1 = new DateTimeZone('UTC'); |