GUH
This commit is contained in:
parent
321c9dbd22
commit
e722a3823f
|
@ -2,7 +2,7 @@ const moment = require('moment');
|
|||
require('moment-duration-format');
|
||||
module.exports = {}
|
||||
//const change = 62167219200; // Subtract a year, whoops
|
||||
const change = 62135659200
|
||||
const change = 62198755200
|
||||
module.exports.convertSLTimestamp = (timestamp) => {
|
||||
// Convert SCP SL timestamp to seconds since SCP epoch
|
||||
const ourTs = Number(BigInt(timestamp) / 10000000n);
|
||||
|
|
Loading…
Reference in a new issue