danielc                                  Thu, 21 Jul 2011 19:45:18 +0000

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

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

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-07-21 19:29:45 UTC 
(rev 313554)
+++ php/php-src/trunk/ext/date/tests/bug33532.phpt      2011-07-21 19:45:18 UTC 
(rev 313555)
@@ -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 -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

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

Reply via email to