diff options
author | Daniel Convissor <danielc@php.net> | 2011-07-21 19:45:18 +0000 |
---|---|---|
committer | Daniel Convissor <danielc@php.net> | 2011-07-21 19:45:18 +0000 |
commit | 800b0cfcba856138dc2bb6c62ecbc3c424556ff5 (patch) | |
tree | a3863afb70c9719c2adb9864d1311b3d35f2316f /ext | |
parent | b93e77900ecf5d7e345304d54fd8be2af0909429 (diff) | |
download | php-git-800b0cfcba856138dc2bb6c62ecbc3c424556ff5.tar.gz |
Revert r311205. Test works in original form and should not vary between branches in this case.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/date/tests/bug33532.phpt | 4 |
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 |