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

BUG: Fix timezone names #393

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

jenskeiner
Copy link

Hi all,

I noticed that some calendars use an incorrect or dubious timezone info. Specifically, XETR and XFRA use ZoneInfo('CET') and XNZE uses ZoneInfo('NZ').

Re XETR and XFRA, I think it's incorrect to use CET since this is a standard time, i.e. a fixed offset (+01:00) to UTC. But since Germany observes summer time (CEST = +02:00), the correct timezone to use would be ZoneInfo('Europe/Berlin').

For XNZE, I'm not even sure what the definition of ZoneInfo('NZ') is, but ZoneInfo('Pacific/Auckland')` seems to be the correct time zone to use.

@jenskeiner
Copy link
Author

Not sure what the problem with the Pull Request Labeler action/check is.

@gerrymanoim
Copy link
Owner

Please ignore the labeler for now, just needs to be updated.

@gerrymanoim gerrymanoim merged commit c962c93 into gerrymanoim:master Jun 14, 2024
14 of 19 checks passed
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