Skip to content

Update from deprecated utcnow method #652

Closed
@cortadocodes

Description

@cortadocodes

datetime.datetime.utcnow() is deprecated in python3.12. Let's update to use datetime.datetime.now(datetime.timezone.utc) which should work in lower versions of python too

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions