Skip to content

Commit

Permalink
Update refresh.sh to use rearguard file
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 Sep 7, 2024
1 parent cbb51b4 commit 09b2035
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 09b2035

Please sign in to comment.