From eff2527d58f6cb3533a132be2ba89bd1db72fbfe Mon Sep 17 00:00:00 2001 From: 0nano <35236525+0nano@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:39:04 +0200 Subject: [PATCH] correction direct --- public_html/js/script_direct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/js/script_direct.js b/public_html/js/script_direct.js index 2c556d5..15541f9 100644 --- a/public_html/js/script_direct.js +++ b/public_html/js/script_direct.js @@ -1,6 +1,6 @@ function parseISOLocal(s) { var b = s.split(/\D/); - return new Date(b[0], b[1]+2, b[2], b[3], b[4], b[5]); + return new Date(b[0], b[1], b[2], b[3]+2, b[4], b[5]); } function getDirect() {