mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Updated all files for 2024
This commit is contained in:
parent
cabf232ea5
commit
7cb1f1ff87
12 changed files with 84 additions and 81 deletions
|
@ -39,8 +39,8 @@ class FromChromeBrowserTimestamp extends Operation {
|
|||
const d = moment.unix((input /1000000) - 11644473600);
|
||||
return d.tz("UTC").format("ddd D MMMM YYYY HH:mm:ss") + " UTC";
|
||||
} catch {
|
||||
throw new OperationError();
|
||||
throw new OperationError("Unrecognised format");
|
||||
}
|
||||
}
|
||||
}
|
||||
export default FromChromeBrowserTimestamp;
|
||||
export default FromChromeBrowserTimestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue