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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes
Fix TzWorld.Backend.Dets to not raise an exception if there is no timezone data available.
Enhancements
Adds options to mix tzworld.update mix task:
--include_oceans will download a 10% larger geojson data set that covers the worlds oceans
--force will force a data update, even if the data is the latest release. This can be used
to switch between data that includes oceans and that which does not.
Thanks to @lguminski for the feedback and suggestion.