Fixed
- Calendar export feed: events with an explicit UTC offset: events synced from sources that store an explicit timezone offset (e.g. Google Calendar, like
+02:00) were exported with an invalid timestamp (...+02:00Z), producingNaNdate/time values in the ICS feed instead of being converted to UTC. The export now correctly distinguishes offset-qualified timestamps from naive local ones.