mroeschke opened a new issue, #33842:
URL: https://github.com/apache/arrow/issues/33842
### Describe the enhancement requested
```
In [45]: pa_array = pa.array([datetime.time(12, 0,
tzinfo=datetime.timezone.utc)])
In [46]: pa_array
Out[46]:
<pyarrow.lib.Time64Array object at 0x7fb0c86045e0>
[
12:00:00.000000
]
In [47]: pa_array.to_pylist()
Out[47]: [datetime.time(12, 0)]
```
It looks like the `tzinfo` information is currently discarded. It would be
great if it were kept.
### Component(s)
Python
--
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]