Skip to content

Commit

Permalink
[1.8>1.9] [MERGE #4571 @xiaoyinl] Update parseISO.baseline for PR #4318
Browse files Browse the repository at this point in the history
Merge pull request #4571 from xiaoyinl:isobaseline

Sorry I forgot to update parseISO.baseline again for the latest Date.parse changes in PR #4318.

Related #4543
  • Loading branch information
dilijev committed Jan 18, 2018
2 parents 99131a0 + 6734b00 commit 7749fb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Date/parseISO.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -7803,17 +7803,17 @@ Invalid Date
Invalid Date

0001-01-01Z
2001-01-01T00:00:00.000Z
978307200000 === 978307200000
0001-01-01T00:00:00.000Z
-62135596800000 === -62135596800000

// Optionality of minutes

0001-01-01T01Z
Invalid Date

0001-01-01T01:01:01.001+01
2001-01-01T00:01:01.001Z
978307261001 === 978307261001
0001-01-01T00:01:01.001Z
-62135596738999 === -62135596738999

// Time-only forms

Expand Down

0 comments on commit 7749fb8

Please sign in to comment.