remove datetime.datetime.utcnow #894
Labels
api: bigtable
Issues related to the googleapis/python-bigtable API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
utcnow has been deprecated in Python3.12. It's used in a couple places in the library, and causes warning messages. We should make sure it's removed entirely from the library
The text was updated successfully, but these errors were encountered: