-
Notifications
You must be signed in to change notification settings - Fork 531
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
Tzfile support #10
Comments
Note that I do have a (local) branch with a basic tzfile handling. POSIX tz rule string seems hard to deal with though (this is a part of tzfile v3 and required for describing the future transitions). |
I'm interested in tackling this with some guidance @lifthrasiir, mainly since I need to have DST support in Chrono. Would that be ok? And do you still have your branch with basic tzfile handling somewhere? |
@ehsanul Yes, I still have a branch around; the main blocker was several edge cases around TzRule (which is a part of TzFile v3), and Chrono 0.3 (still in development, sorry :S) would have necessary changes to avoid such edge cases. For now, though, you can make an individual type for time zones observing DST. |
Tzif support including TzRule was added in #677. |
So that we don't have to
separately ship something like pytzrely on the fragile, sometimes incorrect and unreliable OS APIs :)The text was updated successfully, but these errors were encountered: