jeraimee                                 Wed, 18 May 2011 20:52:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311205

Log:
Fixed failing test (mismatch of tzoffset)

Changed paths:
    U   php/php-src/trunk/ext/date/tests/bug33532.phpt

Modified: php/php-src/trunk/ext/date/tests/bug33532.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug33532.phpt      2011-05-18 20:07:11 UTC 
(rev 311204)
+++ php/php-src/trunk/ext/date/tests/bug33532.phpt      2011-05-18 20:52:30 UTC 
(rev 311205)
@@ -29,10 +29,10 @@
 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 +0000
+strftime 10:00:00 AM July 1 2005 UTC -0500
 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 +1000
+strftime 10:00:00 AM July 1 2005 EST -0500
 datestr  10:00:00 AM July 1 2005 EST

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to