pitrou commented on issue #13111: URL: https://github.com/apache/arrow/issues/13111#issuecomment-1290520359
@RandomFractals Arrow uses a vendored copy of [musl's strptime](https://git.musl-libc.org/cgit/musl/tree/src/time/strptime.c), where we had to disable all format codes that use `langinfo`. So `%p` unfortunately won't work on Windows. If you know of a more complete implementation of `strptime` that works on Windows, feel free to suggest it. -- 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]
