diff options
Diffstat (limited to 'ext/date/tests/bug45081.phpt')
-rw-r--r-- | ext/date/tests/bug45081.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug45081.phpt b/ext/date/tests/bug45081.phpt index a312b52260..20733c686a 100644 --- a/ext/date/tests/bug45081.phpt +++ b/ext/date/tests/bug45081.phpt @@ -5,7 +5,7 @@ date.timezone=Asia/Singapore --FILE-- <?php -print strtotime('2008-05-23 00:00:00 +08'); +print strtotime('2008-05-23 00:00:00 SGT'); print "\n"; print strtotime('2008-05-23 00:00:00'); |