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

Add feature to use system tzdata instead of vendoring it #344

Open
triallax opened this issue Feb 12, 2024 · 1 comment
Open

Add feature to use system tzdata instead of vendoring it #344

triallax opened this issue Feb 12, 2024 · 1 comment

Comments

@triallax
Copy link
Collaborator

Linux distros already ship tzdata, it would be nice if Numbat could optionally be built to use it instead of vendoring tzdata. This would also reduce the binary size quite a bit (not that it was ever that big anyway).

chrono-tz issue: chronotope/chrono-tz#73

@sharkdp
Copy link
Owner

sharkdp commented Feb 12, 2024

Looks like https://github.com/kennytm/tzfile already implements everything as required. We could use that on unix. And use chrono_tz on other platforms.

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

2 participants