From 056f2a7eb9dba1fcc526d8734685d2f2dc408fea Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 22 Jul 2024 16:47:54 -0600 Subject: [PATCH] WHY --- helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.js b/helpers.js index 4c74e01..86db549 100644 --- a/helpers.js +++ b/helpers.js @@ -2,7 +2,7 @@ const moment = require('moment'); require('moment-duration-format'); module.exports = {} //const change = 62167219200; // Subtract a year, whoops -const change = 62198755200 +const change = 62135683200 module.exports.convertSLTimestamp = (timestamp) => { // Convert SCP SL timestamp to seconds since SCP epoch const ourTs = Number(BigInt(timestamp) / 10000000n);