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
The plan is to make it clearer when tzi updates the IANA tzdb by downloading tzdataXXXX.tar.gz and when the already available tzdb is transformed by the config to create the data that is used by tzi.
The available data is always in priv/data.etf. tzi uses the data in the DataStore at runtime.
Update: download("iana/tzdataXXXX.tar.gz") |> parse |> transform |> write("priv/data.etf")
Configure: read("priv/data.etf") |> configure |> DataStore.put
The text was updated successfully, but these errors were encountered:
The plan is to make it clearer when
tzi
updates the IANA tzdb by downloadingtzdataXXXX.tar.gz
and when the already availabletzdb
is transformed by the config to create the data that is used bytzi
.The available data is always in
priv/data.etf
.tzi
uses the data in theDataStore
at runtime.Update:
download("iana/tzdataXXXX.tar.gz") |> parse |> transform |> write("priv/data.etf")
Configure:
read("priv/data.etf") |> configure |> DataStore.put
The text was updated successfully, but these errors were encountered: