You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "AlenkaF (via GitHub)" <gi...@apache.org> on 2023/12/13 14:28:11 UTC

Re: [I] [Python] Table / RecordBatch repr displays the wrong timezone for non-UTC timestamps [arrow]

AlenkaF commented on issue #38629:
URL: https://github.com/apache/arrow/issues/38629#issuecomment-1854019382

   Thank you for reporting the issue @nph!
   
   Yes, this is a known issue with timezone aware timestamps. The problem is the dependency on finding a timezone database which is not yet supported on Windows at the moment for example.
   
   I will be adding an alternative solution which would keep the printed value in UTC but adding an indication at the end of the string to make it a bit clearer that UTC times are printed.
   
   See https://github.com/apache/arrow/issues/30117.
   
   Will close this issue as a duplicate, please follow the linked one for future fix.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org