pearu commented on issue #31971: URL: https://github.com/apache/arrow/issues/31971#issuecomment-4683183982
PR #50146 (primarily about CSV date/time parsing) includes a fix for this: `%p` in the vendored musl `strptime` used on Windows was compiled out because `nl_langinfo()` (the source of the AM/PM strings) is unavailable there. The PR adds static C-locale tables, after which `%p` correctly adjusts `%I` hours on Windows (`02:30 PM` → 14:30). Validated on Windows CI across MinGW, MSVC, and ARM64 MSVC builds. -- 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]
