Update FromWindows64bitTimeStamp.mjs

This commit is contained in:
Michael H 2024-06-12 12:49:18 +01:00 committed by GitHub
parent 351caecf9e
commit da91d53f06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@
*/
import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs";
import moment from "moment-timezone";
/**
@ -39,5 +38,4 @@ class FromWindows64bitTimestamp extends Operation {
return d.tz("UTC").format("ddd D MMMM YYYY HH:mm:ss") + " UTC";
}
}
export default FromWindows64bitTimestamp;