Drop use of 'pytz' in examles / tests #533
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: cleanup
An internal cleanup or hygiene concern.
Except under Python 2.7, current versions of
google-api-core
andgoogle-cloud-core
no longer use or depend on thepytz
library, preferring instead to use the stdlib'sdatetime.timezone
anddatetime.timezone.utc
.2.0.0b1
versions ofgoogle-api-core
,google-cloud-core
, andgoogle-auth
under Python 3.9.pytz
in tests or examples.The text was updated successfully, but these errors were encountered: