Skip to content
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 for #378 - handle timezones which do not observe DST #379

Merged
merged 1 commit into from
May 29, 2018

Conversation

mfields3
Copy link

@mfields3 mfields3 commented May 3, 2018

Noda Time doesn't specify End values for the current timezone interval for timezones which do not observe DST.
This causes no current interval to be returned, and the existing code to create at least one standard interval incorrectly - it selects the minimum offset from the timezone on any interval which may not be correct for today.
This fix allows the correct current interval to be returned, rather than relying on fallback code.

@rianjs
Copy link
Collaborator

rianjs commented May 27, 2018

Looks good. Will merge this week.

@rianjs rianjs merged commit 8c531f7 into ical-org:master May 29, 2018
@mfields3 mfields3 deleted the fixTimezoneOffset branch July 28, 2020 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants