Update FromUNIX32bitTimeStamp.mjs

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

View File

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