lidavidm opened a new pull request, #2502: URL: https://github.com/apache/arrow-adbc/pull/2502
`datetime.UTC` only exists on Python >= 3.11 (we only run this test on a single Python version so we didn't notice it earlier). Use `datetime.timezone.utc` which should always exist. -- 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