Record offeset again... dur
This commit is contained in:
parent
e606ec6f63
commit
4b5f26b31b
|
@ -73,7 +73,7 @@ function getISOTimestampString(ts) {
|
|||
}
|
||||
ts = moment(ts);
|
||||
}
|
||||
return ts.format('YYYY-MM-DDTHH:mm:ss.SSS');
|
||||
return ts.format('YYYY-MM-DDTHH:mm:ss.SSSZ');
|
||||
}
|
||||
|
||||
function sanatizeString(s) {
|
||||
|
|
Loading…
Reference in New Issue