Skip to content

Commit

Permalink
Use old tzdata again
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2024
1 parent bc9ff56 commit 2b1cc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/download_tz_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
set -ex

# Download database
curl https://data.iana.org/time-zones/releases/tzdata2024b.tar.gz --output ~/Downloads/tzdata2024b.tar.gz
curl https://data.iana.org/time-zones/releases/tzdata2021e.tar.gz --output ~/Downloads/tzdata2021e.tar.gz

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

# Download Windows timezone mapping
Expand Down

0 comments on commit 2b1cc66

Please sign in to comment.