Use Python 3.9's zoneinfo.ZoneInfo instead of dateutil.tz.gettz
This change replaces the third party dateutil.tz.gettz with the builtin zoneinfo.ZoneInfo to construct a timezone object of a given IANA time zone when converting an absl::Time to a Python datetime.datetime object. PiperOrigin-RevId: 544627455
Showing
Please
register
or
sign in
to comment