mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Added DateTime test, added filetime functions to Catagories, and removed unused variables.
This commit is contained in:
parent
ae38bb0927
commit
0c2c0d7b8b
4 changed files with 37 additions and 7 deletions
|
@ -192,6 +192,8 @@ const Categories = [
|
|||
"Translate DateTime Format",
|
||||
"From UNIX Timestamp",
|
||||
"To UNIX Timestamp",
|
||||
"From Windows Filetime To UNIX",
|
||||
"To Windows Filetime From UNIX",
|
||||
"Extract dates",
|
||||
]
|
||||
},
|
||||
|
|
|
@ -80,13 +80,6 @@ const DateTime = {
|
|||
},
|
||||
|
||||
|
||||
/**
|
||||
*@constant
|
||||
*@default
|
||||
*/
|
||||
RADIX: ["Decimal", "Hex"],
|
||||
|
||||
|
||||
/**
|
||||
* Converts a Windows FILETIME to Unix Epoch time.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue