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/07/02 15:18:11 UTC

[GitHub] [arrow] nealrichardson commented on pull request #7604: ARROW-9223: [Python] Propagate timezone information in pandas conversion

nealrichardson commented on pull request #7604:
URL: https://github.com/apache/arrow/pull/7604#issuecomment-653068566


   > > For timezone naive Timestamps, I'm not sure if we should be adjusting the datetime to reflect UTC converted to system time zone. thoughts?
   > 
   > I don't think we should do that (it would also be a big break). Tz-naive timestamps have no timezone and should therefore be left as is IMO (applications on top of Arrow can choose to use the "naive means system time zone" behaviour, but I would say that Arrow itself should never deal with the system time zone)
   
   You've probably seen this, but this is what our docs say about timezone-naive data: http://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4N5arrow13TimestampTypeE
   
   (Side note: do our doc URLs have to be so ugly?)
   
   I agree with Joris that at this level, we should not do any localizing of timezone-naive data.


----------------------------------------------------------------
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