This commit is contained in:
Flummi
2017-10-21 02:28:33 +02:00
parent 28e8e66153
commit 8e8381f143
43 changed files with 8897 additions and 119 deletions

View File

@ -142,7 +142,7 @@ function Websrv(tlib) {
data.size = lib.formatSize(e.size);
data.userchannel = e.userchannel;
data.usernetwork = e.usernetwork;
data.timestamp = new Date(e.stamp * 1000).toString();
data.timestamp = new Date(e.stamp * 1000).toISOString();
if(rows[1].length)
data.next = rows[1][0].id;
if(rows[2].length)