Update ToWindows64bitTimeStamp.mjs

This commit is contained in:
Michael H 2024-06-12 09:23:34 +01:00 committed by GitHub
parent 9dd81e2cfb
commit a1ddeaffa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ class ToWindows64bitTimestamp extends Operation {
* @throws {OperationError} if invalid unit
*/
run(input, args) {
const [showDateTime] = args,
const [showDateTime] = args,
d = moment.utc(input);
let result = d.unix();
const step1 = result + 11644473600;