bin duhm
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user