From: Rasmus Lerdorf Date: Sat, 14 May 2011 17:51:38 +0000 (+0000) Subject: en_US locale preferred output has AM/PM and also the timezone X-Git-Tag: php-5.3.7RC1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab19212e5ccce6f4dc3a64ecd2496b86771b840;p=php en_US locale preferred output has AM/PM and also the timezone --- diff --git a/ext/date/tests/gmstrftime_variation22.phpt b/ext/date/tests/gmstrftime_variation22.phpt index c8f51fc895..198941871c 100644 --- a/ext/date/tests/gmstrftime_variation22.phpt +++ b/ext/date/tests/gmstrftime_variation22.phpt @@ -46,7 +46,7 @@ foreach($inputs as $key =>$value) { --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 @@ string(10) "08/08/2008" --Preferred time representation-- string(2) "%X" -string(8) "08:08:08" +string(11) "08:08:08 AM" ===DONE=== diff --git a/ext/date/tests/strftime_variation22.phpt b/ext/date/tests/strftime_variation22.phpt index bd672b417a..151a7d2067 100644 --- a/ext/date/tests/strftime_variation22.phpt +++ b/ext/date/tests/strftime_variation22.phpt @@ -46,7 +46,7 @@ foreach($inputs as $key =>$value) { --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 @@ string(10) "08/08/2008" --Preferred time representation-- string(2) "%X" -string(8) "08:08:08" +string(11) "08:08:08 AM" ===DONE===