Tidied up changes to filetime operations and brought tests up to date

This commit is contained in:
n1474335 2017-07-03 15:25:14 +00:00
parent e7cea889ab
commit 183c57643b
3 changed files with 16 additions and 8 deletions

View file

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