35f725d45098866d418007db754de501b5c0081d
Temporal.ZonedDateTime.from() rejects offset-only ISO strings such as '2026-06-18T08:00:00-04:00'; it requires an IANA bracket, e.g. '2026-06-18T08:00:00-04:00[America/New_York]'. serializeTime() was emitting offset-only for named zones and bare 'Z' for UTC — both unparseable by the frontend, blanking the calendar view. Changes: - Named IANA zone: emit '...±HH:MM[tzid]' using t.zone.tzid - UTC zone: strip trailing 'Z' from toString(), emit '+00:00[UTC]' - Floating zone (no registered VTIMEZONE): fall back to '+00:00[UTC]' - Update CalendarOccurrence docstrings to reflect the IANA-annotated contract - Add temporal-polyfill@0.3.2 as dev dep in api for cross-contract test
…
The file is empty.
Languages
TypeScript
97.3%
JavaScript
1.6%
CSS
0.9%
Dockerfile
0.1%