File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ foreach($inputs as $key =>$value) {
46
46
47
47
--Preferred date and time representation--
48
48
string(2) "%c"
49
- string(24 ) "Fri Aug 8 08:08:08 2008 "
49
+ string(31 ) "Fri 08 Aug 2008 08:08:08 AM GMT "
50
50
51
51
--Preferred date representation--
52
52
string(2) "%x"
53
53
string(10) "08/08/2008"
54
54
55
55
--Preferred time representation--
56
56
string(2) "%X"
57
- string(8 ) "08:08:08"
57
+ string(11 ) "08:08:08 AM "
58
58
===DONE===
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ foreach($inputs as $key =>$value) {
46
46
47
47
--Preferred date and time representation--
48
48
string(2) "%c"
49
- string(24 ) "Fri Aug 8 08:08:08 2008 "
49
+ string(31 ) "Fri 08 Aug 2008 08:08:08 AM IST "
50
50
51
51
--Preferred date representation--
52
52
string(2) "%x"
53
53
string(10) "08/08/2008"
54
54
55
55
--Preferred time representation--
56
56
string(2) "%X"
57
- string(8 ) "08:08:08"
57
+ string(11 ) "08:08:08 AM "
58
58
===DONE===
You can’t perform that action at this time.
0 commit comments