Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use timezone.utc instead of pytz.utc #49

Merged
merged 1 commit into from
Nov 7, 2021

Conversation

asfaltboy
Copy link
Contributor

@asfaltboy asfaltboy commented Oct 11, 2021

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.

These both should equal to 0 as far as tzinfo structure is concerned,
so there is no need to require pytz just to express utc timezone
@asfaltboy
Copy link
Contributor Author

@fitnr just checking if you've seen this 🙏

@fitnr fitnr merged commit 5870536 into fitnr:master Nov 7, 2021
@asfaltboy asfaltboy deleted the dont-depend-on-pytz branch November 9, 2021 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants