mirror of
https://github.com/php/php-src.git
synced 2024-12-17 05:50:14 +08:00
en_US locale preferred output has AM/PM and also the timezone
This commit is contained in:
parent
17c61886c0
commit
a0ae7e5828
@ -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===
|
||||
|
@ -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===
|
||||
|
Loading…
Reference in New Issue
Block a user