my extensions to TZ data

24 views
Skip to first unread message

Alois Treindl

unread,
Jul 17, 2025, 12:49:37 PMJul 17
to tzdata-...@googlegroups.com

Currently I use these extensions to TZ database.

The files tzhist_world.txt tzhist_usa.txt tzhist_canada.txt can be compiled into binary TZ files
with the standard zic compiler contained in the tzcode package.

The shell script mk_zones.public does that together with all the official TZ zones.

#!/bin/bash
# compile zones including local zones maintained by Alois Treindl
PZONES="tzhist_world.txt tzhist_usa.txt tzhist_canada.txt "
touch backzone africa antarctica asia australasia europe northamerica southamerica $PZONES
PACKRATDATA="backzone $PZONES"
echo $PACKRATDATA
export CC='gcc -std=gnu11'
make  PACKRATDATA="$PACKRATDATA" zones
make zdump

mk_zones.public
tzhist_world.txt
tzhist_usa.txt
tzhist_canada.txt
Reply all
Reply to author
Forward
0 new messages