You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2020/09/14 20:34:00 UTC

[jira] [Created] (ARROW-10004) [Python] Consider to raise or normalize if a timezone aware datetime.time object is encountered during conversion

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)