jorisvandenbossche commented on code in PR #49694:
URL: https://github.com/apache/arrow/pull/49694#discussion_r3065473430


##########
python/pyarrow/scalar.pxi:
##########
@@ -822,7 +822,14 @@ cdef class TimestampScalar(Scalar):
             return None
 
         if not dtype.timezone().empty():
-            tzinfo = string_to_tzinfo(frombytes(dtype.timezone()))
+            prefer_zoneinfo = True
+            # only we this method would return a pandas.Timestamp, prefer

Review Comment:
   Sorry about the typo, that certainly didn't help understandability ;)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to