mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-06 15:56:53 +00:00
Merge ea491daedb into eeb39a0b2b
This commit is contained in:
commit
4d9e6be92d
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user