mirror of
https://github.com/e107inc/e107.git
synced 2025-04-07 06:03:25 +02:00
Merge pull request #5 from SimSync/master
Updated testStrptime() to match the result of strptime on linux.
This commit is contained in:
commit
b545736083
@ -177,7 +177,12 @@
|
||||
'tm_year' => 118,
|
||||
'tm_mon' => 4,
|
||||
'tm_mday' => 13,
|
||||
'tm_sec' => 0,
|
||||
'tm_min' => 0,
|
||||
'tm_hour' => 0,
|
||||
'unparsed' => '',
|
||||
'tm_fmon' => 'May',
|
||||
'tm_amon' => 'May',
|
||||
'tm_wday' => 0,
|
||||
'tm_yday' => 132,
|
||||
);
|
||||
@ -190,6 +195,9 @@
|
||||
'tm_mday' => 13,
|
||||
'tm_hour' => 20,
|
||||
'tm_min' => 10,
|
||||
'tm_sec' => 0,
|
||||
'unparsed' => '',
|
||||
'tm_amon' => 'May',
|
||||
'tm_fmon' => 'May',
|
||||
'tm_wday' => 0,
|
||||
'tm_yday' => 132,
|
||||
|
Loading…
x
Reference in New Issue
Block a user