kou commented on PR #48601: URL: https://github.com/apache/arrow/pull/48601#issuecomment-3712735129
> It seems clang and mingw on windows will still need tz data. Should we keep utilities for downloading tz data for those? (I don't think we distribute these builds, but we might have users that use tzdbs there) Yes. Clang/MinGW use `libstdc++.dll` not `msvcp.dll`. So we can't use system timezone database with Clang/MinGW. -- 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]
