Krisztian Szucs created ARROW-10004:
---------------------------------------
Summary: [Python] Consider to raise or normalize if a timezone
aware datetime.time object is encountered during conversion
Key: ARROW-10004
URL: https://issues.apache.org/jira/browse/ARROW-10004
Project: Apache Arrow
Issue Type: New Feature
Components: Python
Reporter: Krisztian Szucs
Python datetime.time objects may have timezone information attached, but since
the time types (type32 and type64) don't have that property in arrow we simply
ignore it.
We should either raise an error or normalize to UTC.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)