mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Merge e0b9b3086d
into 7c8be12d52
This commit is contained in:
commit
ce8b3b0f29
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue