mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Allow hex and decimal format for Windows Filetime format as those are the formats they are typically represented in
This commit is contained in:
parent
213ec028b8
commit
ad25daf206
2 changed files with 31 additions and 2 deletions
|
@ -2271,6 +2271,11 @@ const OperationConfig = {
|
|||
name: "Output units",
|
||||
type: "option",
|
||||
value: DateTime.UNITS
|
||||
},
|
||||
{
|
||||
name: "Input Format",
|
||||
type: "option",
|
||||
value: DateTime.FILETIME_FORMATS
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -2284,6 +2289,11 @@ const OperationConfig = {
|
|||
name: "Input units",
|
||||
type: "option",
|
||||
value: DateTime.UNITS
|
||||
},
|
||||
{
|
||||
name: "Output Format",
|
||||
type: "option",
|
||||
value: DateTime.FILETIME_FORMATS
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue