h-vetinari commented on issue #36026:
URL: https://github.com/apache/arrow/issues/36026#issuecomment-2006150451

   > once C++20 is enforced.
   
   I think that's still gonna take a while. LLVM's libc++ still doesn't have 
timezone support, and GCC's libstdcxx only gained support in the upcoming GCC 
14 (completely aside from the fact that even the C++ implementation needs to 
load the TZDB).
   
   The bundling in orc is not an elegant solution either - in conda-forge for 
example, we already have `tzdata.zi` available through 
[`tzdata`](https://conda-metadata-app.streamlit.app/?q=conda-forge%2Fnoarch%2Ftzdata-2024a-h0c530f3_0.conda),
 so it shouldn't have to be revendored elsewhere.
   
   Like I said, the right approach IMO is to search a couple of reasonable 
candidate paths for the TZDB, including `$PREFIX/share/zoneinfo` (also on 
windows).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to