mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 08:37:07 +00:00
Update DateTimeDelta.mjs
Some change to re-run tests.
This commit is contained in:
parent
a9c00a5856
commit
4e9567f539
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import {DATETIME_FORMATS, FORMAT_EXAMPLES} from "../lib/DateTime.mjs";
|
|||
|
||||
/**
|
||||
* @param {string} timeString
|
||||
* @returns {string}
|
||||
* @returns {string}
|
||||
*/
|
||||
function parseTimeString(timeString) {
|
||||
// Split the string into its components
|
||||
|
|
Loading…
Reference in a new issue