1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00

Revert r311205. Test works in original form and should not vary between branches in this case.

This commit is contained in:
Daniel Convissor
2011-07-21 19:45:18 +00:00
parent b93e77900e
commit 800b0cfcba

View File

@@ -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