mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Improved descriptions for timestamp operations.
This commit is contained in:
parent
15decd9cd9
commit
3eacc325a3
2 changed files with 12 additions and 12 deletions
|
@ -81,11 +81,11 @@ const DateTime = {
|
|||
|
||||
|
||||
/**
|
||||
* Converts a Windows FILETIME to Unix Epoch time.
|
||||
* Windows Filetime to Unix Timestamp operation.
|
||||
*
|
||||
* @author bwhitn [brian.m.whitney@outlook.com]
|
||||
* @param {string} input
|
||||
* @param {Object[]} args (not used)
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*/
|
||||
runFromFiletimeToUnix: function(input, args) {
|
||||
|
@ -107,11 +107,11 @@ const DateTime = {
|
|||
|
||||
|
||||
/**
|
||||
* Converts a Unix Epoch time to Windows FILETIME.
|
||||
* Unix Timestamp to Windows Filetime operation.
|
||||
*
|
||||
* @author bwhitn [brian.m.whitney@outlook.com]
|
||||
* @param {string} input
|
||||
* @param {Object[]} args (not used)
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*/
|
||||
runToFiletimeFromUnix: function(input, args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue