-
-
Notifications
You must be signed in to change notification settings - Fork 43
fix(tz): explicitly set timezones #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes issue #204 by changing the timezone handling in the findNextMeetingDate function to use UTC by default instead of the event's original timezone (event.tzid).
Key changes:
- Hardcodes timezone to 'UTC' when calculating recurring event occurrences
- Ensures consistent timezone handling across all calendar events
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1ad8fd3 to
b90280f
Compare
1aedef7 to
dee9112
Compare
dee9112 to
b33cfce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ovflowd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙇
Fixes #204