summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/date/tests/bug33532.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/bug33532.phpt b/ext/date/tests/bug33532.phpt
index d778d8b5ce..286ceb4cec 100644
--- a/ext/date/tests/bug33532.phpt
+++ b/ext/date/tests/bug33532.phpt
@@ -29,10 +29,10 @@ print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
TZ has NOT been set
Should strftime==datestr? Strftime seems to assume GMT tStamp.
input 10:00:00 AM July 1 2005
-strftime 10:00:00 AM July 1 2005 UTC -0500
+strftime 10:00:00 AM July 1 2005 UTC +0000
datestr 10:00:00 AM July 1 2005 UTC
Setting TZ
input 10:00:00 AM July 1 2005
-strftime 10:00:00 AM July 1 2005 EST -0500
+strftime 10:00:00 AM July 1 2005 EST +1000
datestr 10:00:00 AM July 1 2005 EST