rok commented on code in PR #38665:
URL: https://github.com/apache/arrow/pull/38665#discussion_r1390550304
##########
python/pyarrow/_compute.pyx:
##########
@@ -1682,6 +1682,9 @@ class StrptimeOptions(_StrptimeOptions):
----------
format : str
Pattern for parsing input strings as timestamps, such as "%Y/%m/%d".
+ Note that the semantics of the format follow the C/C++ strptime, not
the Python one:
+ there can be slight differences in behavior, for example, how the "%y"
placeholder
+ handles years with less than four digits.
Review Comment:
```suggestion
Note that the semantics of the format follow the C/C++ strptime, not
the Python one.
There are differences in behavior, for example how the "%y"
placeholder
handles years with less than four digits.
```
--
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]