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

Rewrite django.utils.timezone.utc to datetime.timezone.utc #169

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

hramezani
Copy link
Contributor

Fixes #135

@adamchainz adamchainz changed the title Timezone utc Rewrite django.utils.timezone.utc to datetime.timezone.utc Aug 9, 2022
@adamchainz
Copy link
Owner

Brilliant work, thank you!

@adamchainz adamchainz merged commit b72573b into adamchainz:main Aug 9, 2022
@hramezani hramezani deleted the timezone_utc branch August 9, 2022 10:28
@adamchainz
Copy link
Owner

Released in 1.8.0!

@valberg
Copy link

valberg commented Aug 17, 2022

Small nitpick: HISTORY.rst refers to #140 not #169 :)

@hramezani
Copy link
Contributor Author

hramezani commented Aug 17, 2022

Small nitpick: HISTORY.rst refers to #140 not #169 :)

Thanks @valberg for finding this. Here is the fix PR #171

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.

Migrate django.utils.timezone.utc to datetime.timezone.utc
3 participants