Update ToMacAbsoluteTimestamp.mjs

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

View File

@ -47,5 +47,4 @@ class ToMacAbsoluteTimestamp extends Operation {
return showDateTime ? `${result} (${d.tz("UTC").format("ddd D MMMM YYYY HH:mm:ss")} UTC)` : result.toString();
}
}
export default ToMacAbsoluteTimestamp;