Skip to content
Snippets Groups Projects
Commit 1ba74c5d authored by David Fugate's avatar David Fugate
Browse files
parent 9df276c9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
function testcase() {
var date = new Date(1999, 09, 10, 10, 10, 10, 10);
var date = new Date(1999, 9, 10, 10, 10, 10, 10);
var localDate = new Date(date.getTime() - date.getTimezoneOffset() * 60000);
return localDate.toISOString() === "1999-10-10T10:10:10.010Z";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment