diff options
-rw-r--r-- | ext/date/tests/strtotime2.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/strtotime2.phpt b/ext/date/tests/strtotime2.phpt index 2e1eb60c0a..b8b605923d 100644 --- a/ext/date/tests/strtotime2.phpt +++ b/ext/date/tests/strtotime2.phpt @@ -2,6 +2,8 @@ strtotime() on date constants --FILE-- <?php + +date_default_timezone_set("Europe/Oslo"); $time = time(); $constants = array( |