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

Support extended time zones without invalidating the cache #444

Open
omus opened this issue Aug 22, 2023 · 0 comments
Open

Support extended time zones without invalidating the cache #444

omus opened this issue Aug 22, 2023 · 0 comments

Comments

@omus
Copy link
Member

omus commented Aug 22, 2023

The test/tzdata/build.jl tests compute time zone transitions into the far future which currently requires us to override the compiled time zones and reload the cache. It would be better if this interface supported computing using these time zones all from within memory instead of having to write to disk. This would allow some test code to be cleaner as well as avoid issues with other Julia processes writing different data to the same scratch space.

Ref: #441 (comment)

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

No branches or pull requests

1 participant