Skip to content

Commit

Permalink
Update refresh.sh to use rearguard file (#205)
Browse files Browse the repository at this point in the history
Update refresh.sh to use rearguard file to properly handle timezones with negative DST offset (e.g. Europe/Dublin)
  • Loading branch information
arjanmels authored Nov 5, 2024
1 parent cbb51b4 commit 4f78c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ curl https://data.iana.org/time-zones/tzdata-latest.tar.gz | tar -zx

echo "Compiling into zoneinfo files..."
mkdir zoneinfo
zic -d zoneinfo -b fat africa antarctica asia australasia etcetera europe \
northamerica southamerica backward
make rearguard.zi
zic -d zoneinfo -b fat rearguard.zi

popd > /dev/null

Expand Down

0 comments on commit 4f78c2f

Please sign in to comment.