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
Hi guys
I had some serious issue with TZID datetimes (as used by apple icalendar) when the server was in a different timezone vs the browser
unfortunately ical doesn't handle it correctly
Hi guys
I had some serious issue with TZID datetimes (as used by apple icalendar) when the server was in a different timezone vs the browser
unfortunately ical doesn't handle it correctly
this is my current workaround:
curr[name] = require('moment-timezone').tz(val.toString(), (parseParams(params).TZID || '')).tz("UTC").toDate()
hope this will help others in my same situation
The text was updated successfully, but these errors were encountered: