-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
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:
- [C++] Timezone database configuration and access #28868 (is related to)
Note: This issue was originally created as ARROW-16054. Please see the migration documentation for further details.
eli-b