[
https://issues.apache.org/jira/browse/ARROW-17398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580215#comment-17580215
]
Joris Van den Bossche commented on ARROW-17398:
-----------------------------------------------
Yes, changed the label in the PR title.
On the actual topic: do you know to what extent the strptime implementations we
use actually support this?
In the Python docs, see note number 6) in
https://docs.python.org/3/library/datetime.html#technical-detail about the "%Z"
support, and for example there they say that Python's implementation only
supports your local time zone (depending on your computer's locale) + "UTC" /
"GMT"
> [C++] Add support for %Z to strptime
> -------------------------------------
>
> Key: ARROW-17398
> URL: https://issues.apache.org/jira/browse/ARROW-17398
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Rok Mihevc
> Priority: Minor
> Labels: kernel
>
> While lubridate does not support %Z flag for strptime Arrow could.
> Changes to C++ kernels might be required for support on all platforms, but
> that shouldn't block implementation as kStrptimeSupportsZone flag can be
> used, [see
> proposal|https://github.com/apache/arrow/pull/13854#issuecomment-1212694663].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)