You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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), producing NaN date/time values in the ICS feed instead of being converted to UTC. The export now correctly distinguishes offset-qualified timestamps from naive local ones.