AlenkaF opened a new pull request #11574: URL: https://github.com/apache/arrow/pull/11574
The initial commit fixes the issue of printing the value of a pyarrow scalar as it errored due to the mismatch of `tzinfo` between `self` and `dt` in `fromutc`. What I also want to do is to correct the `__str__` method for array class that uses `to_string()` method and ignores tz info. I don't know how to approach this problem as the `to_string()` is not really clear to me. Will do some more research, ideas are welcome. Due to the second part this PR is not complete yet. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org