1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update 20-inject.html

Tabs got wonky, fixed it.
This commit is contained in:
TJKoury 2014-05-19 16:43:30 -04:00
parent 57e5f52d02
commit 21a72336fd

View File

@ -151,7 +151,7 @@
}
var p = value.split(":");
var offset = new Date().getTimezoneOffset();
var offset = new Date().getTimezoneOffset();
return (((Number(p[0])+1)*60)+Number(p[1])+offset)*60*1000;
}
return value;