-
Notifications
You must be signed in to change notification settings - Fork 2
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
DeprecationWarning for datetime methods in Python 3.12 #5953
Comments
@hannes-ucsc: "Update |
This is parked because blocker is parked. |
Moving to Triage since blocker #5736 has been merged. |
Wait for upstream blocker in Boto to be resolved. |
Upgrading to Python 3.12 (#5736) introduces DeprecationWarning with the
datetime
methodsutcnow
andutcfromtimestamp
.https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp
datetime.utcnow
was found in Azul's codebase and will need to be updated.In addition, the following imported dependencies were also found to make use of the deprecated
datetime
methods:Blocked by:
The text was updated successfully, but these errors were encountered: