mirror of
https://github.com/appen-isen/site-interpromos.git
synced 2026-03-18 21:40:36 +01:00
correction direct
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user