You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
Linux distros already ship
tzdata
, it would be nice if Numbat could optionally be built to use it instead of vendoringtzdata
. This would also reduce the binary size quite a bit (not that it was ever that big anyway).chrono-tz
issue: chronotope/chrono-tz#73The text was updated successfully, but these errors were encountered: