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

Closed
triallax opened this issue Feb 12, 2024 · 3 comments
Closed

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

triallax opened this issue Feb 12, 2024 · 3 comments

Comments

@triallax
Copy link
Contributor

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.

@sharkdp
Copy link
Owner

sharkdp commented Jul 2, 2024

Decided I'm not going to spend time working on this.

@sharkdp sharkdp closed this as completed Jul 2, 2024
@sharkdp sharkdp mentioned this issue Jul 24, 2024
17 tasks
@sharkdp
Copy link
Owner

sharkdp commented Jul 31, 2024

With #511, this is now supported, actually.

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