diff options
-rw-r--r-- | ext/date/tests/bug62896.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug62896.phpt b/ext/date/tests/bug62896.phpt index 7584546b5a..ccdcfb029c 100644 --- a/ext/date/tests/bug62896.phpt +++ b/ext/date/tests/bug62896.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST) +--INI-- +date.timezone=Europe/Berlin --FILE-- <?php $tz = new DateTimeZone('Europe/Berlin'); |