2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 05:43:28 +00:00

Completion of simple filetime conversion

This commit is contained in:
Bwhit1
2017-06-11 20:05:30 -04:00
parent 003e076b00
commit ae38bb0927
2 changed files with 10 additions and 5 deletions

View File

@@ -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
}