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

datetime.utcnow and datetime.utcfromtimestamp are deprecated in Python 3.12 #7223

Closed
pmisik opened this issue Nov 27, 2023 · 0 comments
Closed

Comments

@pmisik
Copy link
Contributor

pmisik commented Nov 27, 2023

datetime.datetime’s utcnow() and utcfromtimestamp() are deprecated and will be removed in a future version. Instead, use timezone-aware objects to represent datetimes in UTC: respectively, call now() and fromtimestamp() with the tz parameter set to datetime.UTC. (Contributed by Paul Ganssle in python/cpython#103857.)

pmisik added a commit to pmisik/buildbot that referenced this issue Nov 27, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Nov 30, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Nov 30, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 1, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 3, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 4, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 5, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 8, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 15, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 17, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 17, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 18, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 19, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 20, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 22, 2023
p12tic pushed a commit to pmisik/buildbot that referenced this issue Dec 22, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 22, 2023
pmisik added a commit to pmisik/buildbot that referenced this issue Dec 22, 2023
@p12tic p12tic closed this as completed in d43f279 Dec 26, 2023
p12tic pushed a commit to p12tic/buildbot that referenced this issue Dec 26, 2023
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

No branches or pull requests

1 participant