tzf-rel 0.0.2022-g

Probuf based binary timezone data distribution for tzf-rs
Documentation

tzf's preprocessed timezone data

Update Data Steps

  1. Download latest timezones-with-oceans.geojson.zip from https://github.com/evansiroky/timezone-boundary-builder/releases

  2. Run:

    # Install cli tools
    make install
    # Produce new data
    make gen
    # stage
    git add combined-with-oceans.pb
    git add combined-with-oceans.reduce.pb
    git add combined-with-oceans.reduce.compress.pb
    # commit
    git commit -m "bump to xxx"
    git push
    

Refer

Usage: