AlenkaF commented on code in PR #12930:
URL: https://github.com/apache/arrow/pull/12930#discussion_r853903483
##########
python/pyarrow/tests/strategies.py:
##########
@@ -29,6 +30,11 @@
import zoneinfo
except ImportError:
zoneinfo = None
+if sys.platform == 'win32':
+ try:
+ import tzdata
+ except ImportError:
+ tzdata = None
Review Comment:
Yes, thought about this too! Will do 👍
--
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]