Details
-
Improvement
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
7.0.0
-
None
-
None
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 https://github.com/HowardHinnant/date/issues/564
Attachments
Issue Links
- is related to
-
ARROW-13168 [C++] Timezone database configuration and access
- Resolved