2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 07:43:22 +00:00

Merge branch 'filetimemod' of https://github.com/bwhitn/CyberChef into bwhitn-filetimemod

This commit is contained in:
n1474335
2017-07-03 15:19:42 +00:00
2 changed files with 31 additions and 2 deletions

View File

@@ -2301,6 +2301,11 @@ const OperationConfig = {
name: "Output units",
type: "option",
value: DateTime.UNITS
},
{
name: "Input Format",
type: "option",
value: DateTime.FILETIME_FORMATS
}
]
},
@@ -2314,6 +2319,11 @@ const OperationConfig = {
name: "Input units",
type: "option",
value: DateTime.UNITS
},
{
name: "Output Format",
type: "option",
value: DateTime.FILETIME_FORMATS
}
]
},