Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Feb 23, 2021
1 parent 91680e4 commit c08d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ testFormat(
"mask isoDateTime",
new Date(1999, 0, 2, 5, 7, 9),
"isoDateTime",
"1999-01-02T05:07:09-05:00"
"1999-01-02T05:07:09+00:00"
);
testFormat(
"number date",
Expand Down

0 comments on commit c08d35b

Please sign in to comment.