Skip to content

Commit

Permalink
Adds date test case
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Nov 18, 2019
1 parent 3266cf9 commit c2a995e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build/prepare/dateStamp/tests/fromMetadata.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var supportedByAllFormats = {
"2017-05-15T00:00:00Z": ['"2017-05-15"'], // surrounded by quote marks "2017-05-15T00:00:00Z": ['"2017-05-15"'], // surrounded by quote marks
"2019-04-03T12:33:15Z": ["2019-04-03 12:33:15"], "2019-04-03T12:33:15Z": ["2019-04-03 12:33:15"],
"2018-12-17T17:29:00Z": ["2018-12-17 17:29"], "2018-12-17T17:29:00Z": ["2018-12-17 17:29"],
"2019-11-15T14:45:00Z": ["11/15/2019 14:45"],
"2018-03-29T00:00:00Z": ["March 29, 2018", "March.29.2018"], "2018-03-29T00:00:00Z": ["March 29, 2018", "March.29.2018"],
"2015-02-10T07:26:00Z": ["February 10th, 2015 07:26"], "2015-02-10T07:26:00Z": ["February 10th, 2015 07:26"],
"2019-01-18T00:00:00Z": ["18 january, 2019"], // lowercase month name "2019-01-18T00:00:00Z": ["18 january, 2019"], // lowercase month name
Expand Down

0 comments on commit c2a995e

Please sign in to comment.