Update FromWindows64bitTimeStamp.mjs
This commit is contained in:
parent
351caecf9e
commit
da91d53f06
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user