This commit is contained in:
mt3571 2026-02-06 17:04:19 +08:00 committed by GitHub
commit 4d9e6be92d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,10 @@ export const UNITS = ["Seconds (s)", "Milliseconds (ms)", "Microseconds (μs)",
* DateTime formats.
*/
export const DATETIME_FORMATS = [
{
name: "Custom",
value: ""
},
{
name: "Standard date and time",
value: "DD/MM/YYYY HH:mm:ss"