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

Fix deprecation warnings in python bindings #1655

Open
andreion1ca opened this issue Jun 18, 2024 · 0 comments
Open

Fix deprecation warnings in python bindings #1655

andreion1ca opened this issue Jun 18, 2024 · 0 comments
Labels
2.1.2 bug Something isn't working

Comments

@andreion1ca
Copy link
Contributor

Currently, datetime.datetime.utcfromtimestamp() and datetime.datetime.utcnow() are deprecated and scheduled for removal in future versions. We should use timezone-aware objects to represent date-times in UTC.

Additional info

@andreion1ca andreion1ca added the bug Something isn't working label Jun 18, 2024
@andreion1ca andreion1ca self-assigned this Jun 18, 2024
@andreion1ca andreion1ca linked a pull request Jun 18, 2024 that will close this issue
@andreion1ca andreion1ca removed their assignment Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.1.2 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant