12 releases

new 0.0.2025-c Jan 14, 2026
0.0.2025-b2 Oct 25, 2025
0.0.2025-b Mar 24, 2025
0.0.2024-b Sep 10, 2024
0.0.2022-f5 Nov 20, 2022

#403 in Geospatial

Download history 5805/week @ 2025-09-28 7333/week @ 2025-10-05 6753/week @ 2025-10-12 6438/week @ 2025-10-19 4729/week @ 2025-10-26 2269/week @ 2025-11-02 3327/week @ 2025-11-09 2503/week @ 2025-11-16 2035/week @ 2025-11-23 3057/week @ 2025-11-30 3405/week @ 2025-12-07 2763/week @ 2025-12-14 2008/week @ 2025-12-21 3367/week @ 2025-12-28 4416/week @ 2026-01-04 3920/week @ 2026-01-11

13,832 downloads per month
Used in 7 crates (via tzf-rs)

ODbL-1.0

9.5MB

tzf's preprocessed timezone data

Update Data Steps

CI

Data build in GitHub Actions.

Local build

  1. Install CLI tool
# install tools
go install github.com/ringsaturn/tzf/cmd/geojson2tzpb@latest
go install github.com/ringsaturn/tzf/cmd/reducetzpb@latest
go install github.com/ringsaturn/tzf/cmd/compresstzpb@latest
go install github.com/ringsaturn/tzf/cmd/preindextzpb@latest
  1. Set data version to build(Below steps need this environment var)
export TIMEZONE_BOUNDARY_VERSION=2023b
  1. Download data
# download data
wget https://github.com/evansiroky/timezone-boundary-builder/releases/download/${TIMEZONE_BOUNDARY_VERSION}/timezones-with-oceans.geojson.zip
unzip timezones-with-oceans.geojson.zip
  1. Make data
geojson2tzpb combined-with-oceans.json | xargs reducetzpb | xargs compresstzpb
preindextzpb combined-with-oceans.reduce.bin

References

No runtime deps