You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/17 11:49:07 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #8162: ARROW-9962: [Python] Fix conversion to_pandas with tz-aware index column and fixed offset timezones

jorisvandenbossche commented on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-694178655


   @alippai I think it's mostly for historical reasons that we always use pytz to recreate a timezone object (eg pandas also historically always used pytz, but nowadays accepts multiple timezone types). It probably makes some sense to use the stdlib timezone where possible (eg for a fixed offset timezone), so we could switch to that, but I personally wouldn't start with tracking the exact package / class. 


----------------------------------------------------------------
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:
users@infra.apache.org