debug last update

This commit is contained in:
SowinskiBraeden committed 2023-06-08 14:32:34 -07:00
1 parent bfde05aeaa
commit 5126c5dbe5
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = {
let newDt = await client.getDateEST(info.time);
let unixTime = Math.floor(newDt.getTime()/1000);
let oldUnixTime = Math.floor(data.lastConnectionDate.getTime()/1000);
let oldUnixTime = Math.floor(info.lastConnectionDate.getTime()/1000);
let seconds = unixTime - oldUnixTime;
let sessionTime = client.secondsToDhms(seconds);