Update FromMacAbsoluteTimestamp.mjs

This commit is contained in:
Michael H 2024-06-12 12:50:35 +01:00 committed by GitHub
parent d056f54b27
commit 3f3a09814d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,5 +36,4 @@ class FromMacAbsoluteTimestamp extends Operation {
return d.tz("UTC").format("ddd D MMMM YYYY HH:mm:ss") + " UTC"; return d.tz("UTC").format("ddd D MMMM YYYY HH:mm:ss") + " UTC";
} }
} }
export default FromMacAbsoluteTimestamp; export default FromMacAbsoluteTimestamp;