Finally implement "Total Calls Today" MCI: TT

+ Add findSystemLogEntries() to StatLog amongst others
This commit is contained in:
Bryan Ashby 2018-11-25 20:13:48 -07:00
parent ec97b3e8d4
commit f471fd0ebe
9 changed files with 121 additions and 43 deletions

View file

@ -73,7 +73,7 @@ function getISOTimestampString(ts) {
}
ts = moment(ts);
}
return ts.utc().format('YYYY-MM-DDTHH:mm:ss.SSS[Z]');
return ts.format('YYYY-MM-DDTHH:mm:ss.SSS[Z]');
}
function sanatizeString(s) {