When bundling an addon through workbench and inspecting the generated manifest.json, the asset:bundledAt value contains an incorrect ISO timestamp. The timestamp has a Z postfix, which indicates UTC, but the time is the local time (which would be UTC+01:00).
Example:
Given value: 2023-12-14T20:27:08.063Z
Expected value: 2023-12-14T19:27:08.063Z or 2023-12-14T20:27:08.063+01:00