aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js
diff options
context:
space:
mode:
Diffstat (limited to 'external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js')
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js
index 9661e900e..dd4eb50d0 100644
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js
+++ b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js
@@ -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";