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/10/19 08:22:21 UTC

[GitHub] [arrow] jorisvandenbossche opened a new pull request #8489: ARROW-9963: [Python] Recognize datetime.timezone.utc as UTC on conversion python->pyarrow

jorisvandenbossche opened a new pull request #8489:
URL: https://github.com/apache/arrow/pull/8489


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8489: ARROW-9963: [Python] Recognize datetime.timezone.utc as UTC on conversion python->pyarrow

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8489:
URL: https://github.com/apache/arrow/pull/8489#issuecomment-711865534


   https://issues.apache.org/jira/browse/ARROW-9963


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



[GitHub] [arrow] kszucs commented on pull request #8489: ARROW-9963: [Python] Recognize datetime.timezone.utc as UTC on conversion python->pyarrow

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #8489:
URL: https://github.com/apache/arrow/pull/8489#issuecomment-711927614


   @jorisvandenbossche python 3.5 build is failing.


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



[GitHub] [arrow] pitrou closed pull request #8489: ARROW-9963: [Python] Recognize datetime.timezone.utc as UTC on conversion python->pyarrow

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #8489:
URL: https://github.com/apache/arrow/pull/8489


   


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



[GitHub] [arrow] pitrou commented on pull request #8489: ARROW-9963: [Python] Recognize datetime.timezone.utc as UTC on conversion python->pyarrow

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8489:
URL: https://github.com/apache/arrow/pull/8489#issuecomment-712113484


   Indeed, on Python 3.5, we have:
   ```python
   >>> timezone.utc.tzname(None)
   'UTC+00:00'
   ```


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



[GitHub] [arrow] jorisvandenbossche commented on pull request #8489: ARROW-9963: [Python] Recognize datetime.timezone.utc as UTC on conversion python->pyarrow

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on pull request #8489:
URL: https://github.com/apache/arrow/pull/8489#issuecomment-713535131


   I updated the expected return value for Python 3.5 to still be the former "+00:00" (instead of adding further special cases to the C++ code to "correct" this for python 3.5)


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