You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a way to set the path to the timezone database through the python API that is different to the default location that the C++ vendored library is expecting. See #35600
This is a follow-up issue to document how this can be done on the Python side. It would also need to include the link to the C++ docs with the instructions on how to download the database.
There is also an open issue to add a function in Python that would download the database. This can be tackled for 15.0.0, see #37328.
Component(s)
Python
The text was updated successfully, but these errors were encountered:
…nstall docs (#38146)
### What changes are included in this PR?
The option to set custom path to timezone database through python API has been implemented in #35600 and is documented in `docs/source/python/install.rst` with this PR.
* Closes: #38145
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
…thon install docs (apache#38146)
### What changes are included in this PR?
The option to set custom path to timezone database through python API has been implemented in apache#35600 and is documented in `docs/source/python/install.rst` with this PR.
* Closes: apache#38145
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
…thon install docs (apache#38146)
### What changes are included in this PR?
The option to set custom path to timezone database through python API has been implemented in apache#35600 and is documented in `docs/source/python/install.rst` with this PR.
* Closes: apache#38145
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…thon install docs (apache#38146)
### What changes are included in this PR?
The option to set custom path to timezone database through python API has been implemented in apache#35600 and is documented in `docs/source/python/install.rst` with this PR.
* Closes: apache#38145
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Describe the enhancement requested
There is a way to set the path to the timezone database through the python API that is different to the default location that the C++ vendored library is expecting. See #35600
This is a follow-up issue to document how this can be done on the Python side. It would also need to include the link to the C++ docs with the instructions on how to download the database.
There is also an open issue to add a function in Python that would download the database. This can be tackled for 15.0.0, see #37328.
Component(s)
Python
The text was updated successfully, but these errors were encountered: