Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2024
1 parent 6c3e4a5 commit a753b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/download_tz_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ curl https://data.iana.org/time-zones/releases/tzdata2024b.tar.gz --output ~/Dow

# Extract
mkdir -p ~/Downloads/tzdata
tar --extract --file ~/Downloads/tzdata2024b.tar.gz --directory ~/Downloads/tzdata
ls -lah ~/Downloads/tzdata
tar --extract --file ~/Downloads/tzdata2024b.tar.gz --directory ~/Downloads/tzdata --verbose

# Download Windows timezone mapping
curl https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml --output ~/Downloads/tzdata/windowsZones.xml

0 comments on commit a753b3b

Please sign in to comment.