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
Suppose I have an event starting on Thursday 4/16 at 9p (2100h) Pacific time and recurring every Tuesday and Thursday. Pacific time is UTC-0700, so the event has a UTC start date of 0400h on 4/17--4am the following day.
When my recurrences are generated they take the start time of the original event, but not the date. So my recurrences are generated on Tuesdays and Thursdays at 0400h, which translates to 9p PT on Mondays and Wednesdays.
I've tried setting a timezone in the DTSTART, and am able to do that, but the issue seems to be that the BYDAY values don't take into account when the DTSTART falls after midnight UTC
The text was updated successfully, but these errors were encountered:
It turned out to be an issue with mixing timezone-aware and timezone-naive datetimes. I forget exactly what the solution was (and I'm no longer with the company where I had this issue, so I can't check), but I think the solution ended up involving using a timezone-aware datetime to seed the recurrences?
Suppose I have an event starting on Thursday 4/16 at 9p (2100h) Pacific time and recurring every Tuesday and Thursday. Pacific time is UTC-0700, so the event has a UTC start date of 0400h on 4/17--4am the following day.
When my recurrences are generated they take the start time of the original event, but not the date. So my recurrences are generated on Tuesdays and Thursdays at 0400h, which translates to 9p PT on Mondays and Wednesdays.
I've tried setting a timezone in the DTSTART, and am able to do that, but the issue seems to be that the BYDAY values don't take into account when the DTSTART falls after midnight UTC
The text was updated successfully, but these errors were encountered: