This commit is contained in:
Christopher Cookman 2024-07-22 16:47:54 -06:00
parent e722a3823f
commit 056f2a7eb9
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -2,7 +2,7 @@ const moment = require('moment');
require('moment-duration-format'); require('moment-duration-format');
module.exports = {} module.exports = {}
//const change = 62167219200; // Subtract a year, whoops //const change = 62167219200; // Subtract a year, whoops
const change = 62198755200 const change = 62135683200
module.exports.convertSLTimestamp = (timestamp) => { module.exports.convertSLTimestamp = (timestamp) => {
// Convert SCP SL timestamp to seconds since SCP epoch // Convert SCP SL timestamp to seconds since SCP epoch
const ourTs = Number(BigInt(timestamp) / 10000000n); const ourTs = Number(BigInt(timestamp) / 10000000n);