-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fix timezone convertion in case a given timezone has a RRULE in the future and the start date in the past of the datetime in question #421
base: main
Are you sure you want to change the base?
Conversation
Who can review this please? @kewisch maybe? THX a lot! |
💤 |
👋 anybody out there? |
Thanks for the patch, I'll see what I can do to get this in soon. I need to somehow fix my overflowing github notification emails folder. |
Since you may have seen some other activity here recently, I'm acknowledging that I've seen this and still have not fixed my notifications. This change is slightly to large for me to make a call right now, though I really want to get some of these PRs merged. Hoping to try again when I have a larger chunk of time. |
Please correct me if I'm wrong!
It looks like that the timezone conversion logic is not properly working for the given test timezone Europe/Berlin2
The standard timezone does not apply but the daylight one does for the given datetime 2019-10-25T15:30:00Z
I'll try to come up with a fix. Please meanwhile let me know if the test assumption is correct. THX