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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user