asfimport opened a new issue, #26028: URL: https://github.com/apache/arrow/issues/26028
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. **Reporter**: [Krisztian Szucs](https://issues.apache.org/jira/browse/ARROW-10004) / @kszucs #### Related issues: - [[C++][Python] Refactor python to arrow conversions based on a reusable conversion API ](https://github.com/apache/arrow/issues/26017) (relates to) <sub>**Note**: *This issue was originally created as [ARROW-10004](https://issues.apache.org/jira/browse/ARROW-10004). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*</sub> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
