You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/25 13:04:07 UTC

[GitHub] [arrow] pitrou commented on issue #13111: Convert string time to timestamp.

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org