Fix ISO timestamps hopefully
This commit is contained in:
parent
f471fd0ebe
commit
e606ec6f63
|
@ -73,7 +73,7 @@ function getISOTimestampString(ts) {
|
|||
}
|
||||
ts = moment(ts);
|
||||
}
|
||||
return ts.format('YYYY-MM-DDTHH:mm:ss.SSS[Z]');
|
||||
return ts.format('YYYY-MM-DDTHH:mm:ss.SSS');
|
||||
}
|
||||
|
||||
function sanatizeString(s) {
|
||||
|
|
Loading…
Reference in New Issue