Updated all files for 2024

This commit is contained in:
mykulh 2024-06-14 11:11:35 +01:00
parent cabf232ea5
commit 7cb1f1ff87
12 changed files with 84 additions and 81 deletions

View file

@ -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;