From f0e7191ba65b31f369c5d464be66aad5bf450877 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 22 Jul 2024 16:44:53 -0600 Subject: [PATCH] Attempt to fix change --- helpers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers.js b/helpers.js index 87b14dc..b3db1fe 100644 --- a/helpers.js +++ b/helpers.js @@ -1,7 +1,8 @@ const moment = require('moment'); require('moment-duration-format'); module.exports = {} -const change = 62167219200; // Subtract a year, whoops +//const change = 62167219200; // Subtract a year, whoops +const change = 62198779200 module.exports.convertSLTimestamp = (timestamp) => { // Convert SCP SL timestamp to seconds since SCP epoch const ourTs = Number(BigInt(timestamp) / 10000000n);