GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Remove `pytz` dependency #488

Open TimJentzsch opened 1 year ago

TimJentzsch commented 1 year ago

We can replace pytz.utc usages with the built-in datetime.timezone.utc to get rid of a dependency.