AlenkaF commented on a change in pull request #12421: URL: https://github.com/apache/arrow/pull/12421#discussion_r809688673
########## File path: cpp/src/arrow/python/datetime.cc ########## @@ -427,6 +427,8 @@ Result<PyObject*> StringToTzinfo(const std::string& tz) { Result<std::string> TzinfoToString(PyObject* tzinfo) { OwnedRef module_pytz; // import pytz OwnedRef module_datetime; // import datetime + OwnedRef module_zoneinfo; // import zoneinfo + OwnedRef module_dateutil; // import dateutil Review comment: Oh, yes, 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org