File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ ARROW_TESTING_EXPORT std::optional<std::string> GetTestTimezoneDatabaseRoot();
120120
121121// / \deprecated Deprecated in 24.0.0. Only needed for Clang/libc++ on Windows.
122122// TODO(GH-48593): Remove when libc++ supports std::chrono timezones.
123- // Set the Timezone database based on the ARROW_TIMEZONE_DATABASE env variable.
124- // Only relevant for Windows builds with Clang/libc++ which use vendored date library.
123+ // Set the Timezone database based on the ARROW_TIMEZONE_DATABASE env variable
124+ // Only relevant for Windows builds with Clang/libc++ which use vendored date library
125125ARROW_DEPRECATED (" Deprecated in 24.0.0. Only needed for Clang/libc++ on Windows." )
126126ARROW_TESTING_EXPORT Status InitTestTimezoneDatabase ();
127127
Original file line number Diff line number Diff line change @@ -90,9 +90,6 @@ cdef extern from "arrow/config.h" namespace "arrow" nogil:
9090
9191 CRuntimeInfo GetRuntimeInfo()
9292
93- # TODO(GH-48593): Remove when libc++ supports std::chrono timezone
94- # on Windows.
95- # https://github.com/apache/arrow/issues/48593
9693 cdef cppclass CGlobalOptions" arrow::GlobalOptions" :
9794 optional[c_string] timezone_db_path
9895
You can’t perform that action at this time.
0 commit comments