Page MenuHomeFeedback Tracker

Generated manifest.json ignores local timezone
Awaiting internal Testing, NormalPublic

Description

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

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
General
Steps To Reproduce
  • Make an empty project
  • Select "Workbench" -> "Publish to Workshop"
  • Fill out the required fields
  • Select "No" in the confirmation dialog
  • Go to the selected working directory
  • Open the manifest.json file
  • Inspect the asset:bundledAt value

Event Timeline

Geez changed the task status from New to Awaiting internal Testing.Jan 2 2024, 2:02 PM