David Li created ARROW-14477:
--------------------------------
Summary: [C++] Timezone-aware kernels should also handle offset
strings
Key: ARROW-14477
URL: https://issues.apache.org/jira/browse/ARROW-14477
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: David Li
Both theĀ
[format|https://github.com/apache/arrow/blob/836ffa5656d5107fd4895ae8d7eb0e20a3df23ba/format/Schema.fbs#L341-L347]
and theĀ [C++
library|https://github.com/apache/arrow/blob/836ffa5656d5107fd4895ae8d7eb0e20a3df23ba/cpp/src/arrow/type.h#L1233-L1237]
allow this, but kernels rely on a helper assuming that the timezone field of a
timestamp is always a timezone name and not a timezone offset.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)