alippai edited a comment on pull request #8162: URL: https://github.com/apache/arrow/pull/8162#issuecomment-691047149
`StringToTzinfo` always creates `pytz.FixedOffset`, while it could create `timezone(timedelta(hours=*,minutes=*))`. I assume technically they are interchangeable, but this way it doesn't survive the pandas roundtrip. Does the pyarrow roundtrip test compare the string values? Should pyarrow record the source type info? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
