mirror of
https://github.com/gchq/CyberChef
synced 2025-01-04 00:38:41 +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
|
* @param {string} timeString
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
function parseTimeString(timeString) {
|
function parseTimeString(timeString) {
|
||||||
// Split the string into its components
|
// Split the string into its components
|
||||||
|
|
Loading…
Reference in a new issue