rok commented on issue #13111:
URL: https://github.com/apache/arrow/issues/13111#issuecomment-1122279178

   @Milad137 Arrow is using 
[`arrow_strptime`](https://github.com/apache/arrow/blob/a713e7fa5dbd4997cfdac928cf868f38c31ac3d0/cpp/src/arrow/vendored/musl/strptime.c#L30)
 on windows and `strptime` on other systems. There might be a feature 
(available strptime flags) gap.
   Could you please test a subset of flags and see if a particular one is 
missing for you? E.g.:
   ```
   _ts = ["9/03/2043 12:35"]
   _format = "%d/%m/%Y %I:%M"
   
   _ts = ["9/03/2043"]
   _format = "%d/%m/%Y"
   
   _ts = ["12:35 AM"]
   _format = "%I:%M %p"
   ```


-- 
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