Skip to content

Commit

Permalink
Use the latest tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2024
1 parent d43d971 commit acf0493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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,11 +20,11 @@
set -ex

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

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

# Download Windows timezone mapping
curl https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml --output ~/Downloads/tzdata/windowsZones.xml
1 change: 0 additions & 1 deletion dev/release/verify-release-candidate-wheels.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ call deactivate

set ARROW_TEST_DATA=%cd%\arrow\testing\data
set PARQUET_TEST_DATA=%cd%\arrow\cpp\submodules\parquet-testing\data
set TZDIR=c:\msys64\usr\share\zoneinfo

CALL :verify_wheel 3.9
if errorlevel 1 GOTO error
Expand Down

0 comments on commit acf0493

Please sign in to comment.