mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-17 12:21:40 -07:00
Merge ea491daedb into 4deaa0de20
This commit is contained in:
commit
1a4771fed1
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