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 handling LegacyTimezone without "etc" prefix. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

euronion
Copy link

This PR addresses #12 .

In the previous implementation the code checked for "etc"-prefixes of time-zones. But not all LegacyTimezones in Julia start with "etc".

Since julia's TimeZones does not seem to provide a list of LegacyTimezones, the PR handles this issue using a try-catch exception handling block.

@sam-watttime
Copy link

@niclasmattsson can you merge this to master? I spent a few hours trying to debug what is already fixed in this PR.

Thanks for a great package!

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.

None yet

2 participants