mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-05 22:43:04 +00:00
21 lines
520 B
JSON
21 lines
520 B
JSON
|
[
|
||
|
{
|
||
|
"format": "Y n j D H i",
|
||
|
"data": [ null, "2011", "2", "3", "unused", "04", "05", "UTC" ],
|
||
|
"expected": "2011-02-03T04:05:00+00:00",
|
||
|
"message": "Date is parsed"
|
||
|
},
|
||
|
{
|
||
|
"format": "xkY xg d \"asdf\" G i",
|
||
|
"data": [ null, "2554", "February", "03", "4", "05", "UTC" ],
|
||
|
"expected": "2011-02-03T04:05:00+00:00",
|
||
|
"message": "Date is parsed"
|
||
|
},
|
||
|
{
|
||
|
"format": "H i n j Y",
|
||
|
"data": [ null, "04", "05", "2", "3", "2011", "UTC" ],
|
||
|
"expected": "2011-02-03T04:05:00+00:00",
|
||
|
"message": "Date is parsed"
|
||
|
}
|
||
|
]
|