2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-27 13:43:30 +00:00
This commit is contained in:
mt3571
2025-02-16 01:48:04 +00:00
committed by GitHub

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"