mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
Finally implement "Total Calls Today" MCI: TT
+ Add findSystemLogEntries() to StatLog amongst others
This commit is contained in:
parent
ec97b3e8d4
commit
f471fd0ebe
9 changed files with 121 additions and 43 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue