Divyansh200102 commented on code in PR #40186: URL: https://github.com/apache/arrow/pull/40186#discussion_r1506730720
########## docs/source/cpp/compute.rst: ########## @@ -1343,6 +1343,8 @@ null input value is converted into a null output value. .. _detailed formatting documentation: https://howardhinnant.github.io/date/date.html#to_stream_formatting +* \(2) The strptime kernel currently ignores the ``%Z`` specifier for any string. Review Comment: "The strptime kernel presently overlooks the "%Z" specifier along with any string located at the corresponding position within the input." "The strptime function does not take into account the %Z format specifier, regardless of the characters that follow it." Maybe one of these? @jorisvandenbossche -- 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]
