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

Provide time zone infrastructure. #3916

Closed
maliming opened this issue May 12, 2020 · 2 comments · Fixed by #3933
Closed

Provide time zone infrastructure. #3916

maliming opened this issue May 12, 2020 · 2 comments · Fixed by #3933

Comments

@maliming
Copy link
Member

Such as time zone setting and providing services to get time zone information(windows & iana).

Some module needs to provide adaptation for this.

@olicooper
Copy link
Contributor

I've been using TimeZoneConverter because it has mappings between windows, Posix and IANA. I can then build a TimeZoneInfo object across platforms based on IANA timezone data stored in my database. I believe it plugs in to the OS timezone data so the timezone offsets should be up-to-date.

@maliming
Copy link
Member Author

hi @olicooper You can take a look at this PR(#3933) if you have time. : )

@hikalkan hikalkan modified the milestones: 2.8, 2.9 May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants