-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python] Use tzdata timezone database on Windows #31472
Comments
Antoine Pitrou / @pitrou: |
Michael Sterling: |
Rok Mihevc / @rok: |
PR to skip the failing tests on Windows that require a tz database: #36996 (interim solution) |
In ARROW-13168, we enabled setting the path of the text-based database engine at runtime. This allowed R to use the tzdb package for the timezone database, since it uses the text format.
However, it doesn't seem like tzdata Python package ships that text format. They do have a "compact" text format, which might be compatible with our vendored date library. Otherwise, we'd likely have to wait for binary format support in HowardHinnant/date#564
Reporter: Will Jones / @wjones127
Watchers: Rok Mihevc / @rok
Related issues:
Note: This issue was originally created as ARROW-16054. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: