diff options
author | Hannes Magnusson <bjori@php.net> | 2006-06-17 12:51:02 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-06-17 12:51:02 +0000 |
commit | c6080567e2ccd250d5813d277aeb8d23fb68eb01 (patch) | |
tree | bc66b8cbad95cb4a8a04ae124555bf0700e19e65 | |
parent | 6509311ebbcf52badde5cabc93f7849328be53d5 (diff) | |
download | php-git-c6080567e2ccd250d5813d277aeb8d23fb68eb01.tar.gz |
Fix test
-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( |