rasmus                                   Sat, 14 May 2011 17:51:38 +0000

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

Log:
en_US locale preferred output has AM/PM and also the timezone

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/date/tests/gmstrftime_variation22.phpt
    U   php/php-src/branches/PHP_5_3/ext/date/tests/strftime_variation22.phpt
    U   php/php-src/trunk/ext/date/tests/gmstrftime_variation22.phpt
    U   php/php-src/trunk/ext/date/tests/strftime_variation22.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/date/tests/gmstrftime_variation22.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/gmstrftime_variation22.phpt     
2011-05-14 17:48:36 UTC (rev 311015)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/gmstrftime_variation22.phpt     
2011-05-14 17:51:38 UTC (rev 311016)
@@ -46,7 +46,7 @@

 --Preferred date and time representation--
 string(2) "%c"
-string(24) "Fri Aug  8 08:08:08 2008"
+string(31) "Fri 08 Aug 2008 08:08:08 AM GMT"

 --Preferred date representation--
 string(2) "%x"
@@ -54,5 +54,5 @@

 --Preferred time representation--
 string(2) "%X"
-string(8) "08:08:08"
+string(11) "08:08:08 AM"
 ===DONE===

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/strftime_variation22.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/strftime_variation22.phpt       
2011-05-14 17:48:36 UTC (rev 311015)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/strftime_variation22.phpt       
2011-05-14 17:51:38 UTC (rev 311016)
@@ -46,7 +46,7 @@

 --Preferred date and time representation--
 string(2) "%c"
-string(24) "Fri Aug  8 08:08:08 2008"
+string(31) "Fri 08 Aug 2008 08:08:08 AM IST"

 --Preferred date representation--
 string(2) "%x"
@@ -54,5 +54,5 @@

 --Preferred time representation--
 string(2) "%X"
-string(8) "08:08:08"
+string(11) "08:08:08 AM"
 ===DONE===

Modified: php/php-src/trunk/ext/date/tests/gmstrftime_variation22.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/gmstrftime_variation22.phpt        
2011-05-14 17:48:36 UTC (rev 311015)
+++ php/php-src/trunk/ext/date/tests/gmstrftime_variation22.phpt        
2011-05-14 17:51:38 UTC (rev 311016)
@@ -46,7 +46,7 @@

 --Preferred date and time representation--
 string(2) "%c"
-string(24) "Fri Aug  8 08:08:08 2008"
+string(31) "Fri 08 Aug 2008 08:08:08 AM GMT"

 --Preferred date representation--
 string(2) "%x"
@@ -54,5 +54,5 @@

 --Preferred time representation--
 string(2) "%X"
-string(8) "08:08:08"
+string(11) "08:08:08 AM"
 ===DONE===

Modified: php/php-src/trunk/ext/date/tests/strftime_variation22.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/strftime_variation22.phpt  2011-05-14 
17:48:36 UTC (rev 311015)
+++ php/php-src/trunk/ext/date/tests/strftime_variation22.phpt  2011-05-14 
17:51:38 UTC (rev 311016)
@@ -46,7 +46,7 @@

 --Preferred date and time representation--
 string(2) "%c"
-string(24) "Fri Aug  8 08:08:08 2008"
+string(31) "Fri 08 Aug 2008 08:08:08 AM IST"

 --Preferred date representation--
 string(2) "%x"
@@ -54,5 +54,5 @@

 --Preferred time representation--
 string(2) "%X"
-string(8) "08:08:08"
+string(11) "08:08:08 AM"
 ===DONE===

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

Reply via email to