-
Notifications
You must be signed in to change notification settings - Fork 19
Generate the baked zone info data for ZoneInfoProvider #264
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
base: main
Are you sure you want to change the base?
Conversation
It's time to finally tackle the zoneinfo and tzif sourcing issue. The work here lays the baseline for to handle sourcing. There's still a lot more to add, and maybe some bugs to uncover. But this is also major progress.
e6810ab
to
8fa1437
Compare
Just to note, it may be better to merge #265 first and update the data in this PR. |
b073658
to
c6b2f9a
Compare
Co-authored-by: Sean Burke <[email protected]>
I think it would be good to describe exactly how you generated this with some steps, or even update the documentation, in case someone else needs to re-do it. |
True, I only added the comment to the bakeddata tool README. It should be in contrib guide too. |
Compiled data should not hit the filesystem. Once #264 is done we can remove the caching code.
I think it's going to be best to merge #265 prior to merging the data build |
This PR is the follow up for
impl-zoneinfo-support
once merged with the actual baked data generated with the bakeddata tool.