mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Tidied up changes to filetime operations and brought tests up to date
This commit is contained in:
parent
e7cea889ab
commit
183c57643b
3 changed files with 16 additions and 8 deletions
|
@ -2303,7 +2303,7 @@ const OperationConfig = {
|
|||
value: DateTime.UNITS
|
||||
},
|
||||
{
|
||||
name: "Input Format",
|
||||
name: "Input format",
|
||||
type: "option",
|
||||
value: DateTime.FILETIME_FORMATS
|
||||
}
|
||||
|
@ -2321,7 +2321,7 @@ const OperationConfig = {
|
|||
value: DateTime.UNITS
|
||||
},
|
||||
{
|
||||
name: "Output Format",
|
||||
name: "Output format",
|
||||
type: "option",
|
||||
value: DateTime.FILETIME_FORMATS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue