This commit is contained in:
mt3571 2025-04-08 18:00:05 +00:00 committed by GitHub
commit ce8b3b0f29
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"