diff options
Diffstat (limited to 'ext/date/tests/bug29595.phpt')
-rw-r--r-- | ext/date/tests/bug29595.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/date/tests/bug29595.phpt b/ext/date/tests/bug29595.phpt index ae3639439b..441ef97b7d 100644 --- a/ext/date/tests/bug29595.phpt +++ b/ext/date/tests/bug29595.phpt @@ -2,11 +2,10 @@ Bug #29595 (Roman number format for months) --FILE-- <?php - +date_timezone_set("GMT"); $from_postgres = '2004-08-09 14:48:27.304809+10'; echo strtotime($from_postgres); - ?> --EXPECT-- 1092026907 |