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

Use aware datetimes to represent UTC #3728

Merged
merged 1 commit into from Jun 10, 2023
Merged

Use aware datetimes to represent UTC #3728

merged 1 commit into from Jun 10, 2023

Conversation

scop
Copy link
Contributor

@scop scop commented Jun 10, 2023

Description

Avoids a Python 3.12 deprecation warning.

Subtle difference in diff timestamp formatting, docs updated accordingly.

Checklist - did you ...

  • Add an entry in CHANGES.md if necessary?
  • Add / update tests if necessary?
  • Add new / update outdated documentation?

@github-actions
Copy link

github-actions bot commented Jun 10, 2023

diff-shades reports zero changes comparing this PR (3ef1143) to main (3aad6e3).


What is this? | Workflow run | diff-shades documentation

@JelleZijlstra
Copy link
Collaborator

Thanks, but there are a lot of CI failures. Could you take a look?

Avoids a Python 3.12 deprecation warning.

Subtle difference: previously, timestamps in diff filenames had the
`+0000` separated from the timestamp by space. With this, the space is
there no more, and there is a colon, as in `+00:00`.
@scop
Copy link
Contributor Author

scop commented Jun 10, 2023

Oops, hoping 89a7893d..3ef1143c fixes those.

@JelleZijlstra JelleZijlstra merged commit 898915d into psf:main Jun 10, 2023
44 checks passed
@scop scop deleted the refactor/py312-naive-utc branch June 10, 2023 20:10
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

Successfully merging this pull request may close these issues.

None yet

2 participants