Open TimJentzsch opened 1 year ago
We can replace pytz.utc usages with the built-in datetime.timezone.utc to get rid of a dependency.
pytz.utc
datetime.timezone.utc
We can replace
pytz.utc
usages with the built-indatetime.timezone.utc
to get rid of a dependency.