Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
ParseTimestampStrptime currently ignores the timezone information. So timestamps are read as if they were all in UTC. This can be unexpected. See discussion for details.
It would be useful to either capture timezone information or convert timestamp to UTC when parsing it.
Attachments
Issue Links
- fixes
-
ARROW-10343 [C++] Unable to parse strings into timestamps
- Closed
-
ARROW-13348 [C++] Allow timestamp parser to parse offset strings
- Closed
- is depended upon by
-
ARROW-16415 [R] Update strptime bindings to use tz
- Resolved
- is related to
-
ARROW-13625 [C++][CSV] Timestamp parsing should accept any valid ISO 8601 without requiring custom parse strings
- Resolved
- relates to
-
ARROW-15884 [C++][Doc] Document that the strptime kernel ignores %Z
- Open
-
ARROW-13348 [C++] Allow timestamp parser to parse offset strings
- Closed
- links to