mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Completion of simple filetime conversion
This commit is contained in:
parent
003e076b00
commit
ae38bb0927
2 changed files with 10 additions and 5 deletions
|
@ -2268,7 +2268,7 @@ const OperationConfig = {
|
|||
outputType: "string",
|
||||
args: [
|
||||
{
|
||||
name: "Units",
|
||||
name: "Output Units",
|
||||
type: "Option",
|
||||
value: DateTime.UNITS
|
||||
}
|
||||
|
@ -2281,7 +2281,7 @@ const OperationConfig = {
|
|||
outputType: "string",
|
||||
args: [
|
||||
{
|
||||
name: "Units",
|
||||
name: "Input Units",
|
||||
type: "Option",
|
||||
value: DateTime.UNITS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue