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

[OTHER] Update deprecated calls to datetime.datetime.utcnow() #17

Open
teald opened this issue Jul 16, 2024 · 0 comments · May be fixed by #65
Open

[OTHER] Update deprecated calls to datetime.datetime.utcnow() #17

teald opened this issue Jul 16, 2024 · 0 comments · May be fixed by #65
Assignees
Labels
enhancement New feature or request maintenance For maintenance tasks

Comments

@teald
Copy link
Member

teald commented Jul 16, 2024

Describe your issue here.

datetime.datetime.utcnow() is deprecated, and should be upgraded to datetime.datetime.now(datetime.UTC) or equivalent.

@teald teald added enhancement New feature or request maintenance For maintenance tasks labels Jul 16, 2024
@teald teald self-assigned this Jul 16, 2024
@teald teald linked a pull request Oct 10, 2024 that will close this issue
3 tasks
@teald teald linked a pull request Oct 10, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance For maintenance tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant