fitnr / convertdate

Utils for converting between date formats and calculating holidays
MIT License
47 stars 24 forks source link

Use timezone.utc instead of pytz.utc #49

Closed asfaltboy closed 3 years ago

asfaltboy commented 3 years ago

Both pytz.utc and timezone.utc should equal to an offset/dst of 0, as far as tzinfo structure is concerned, so there is no need to require pytz just to express utc timezone (as far as I'm aware).

Note: tox failed locally only for 3.9, seemingly because it didn't install pymeeus , not sure if this is expected or not.

asfaltboy commented 3 years ago

@fitnr just checking if you've seen this 🙏