Skip to content

Use aware datetimes to represent UTC#3728

Merged
JelleZijlstra merged 1 commit into
psf:mainfrom
scop:refactor/py312-naive-utc
Jun 10, 2023
Merged

Use aware datetimes to represent UTC#3728
JelleZijlstra merged 1 commit into
psf:mainfrom
scop:refactor/py312-naive-utc

Conversation

@scop

@scop scop commented Jun 10, 2023

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Jun 10, 2023

Copy link
Copy Markdown
Contributor

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


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

@JelleZijlstra

Copy link
Copy Markdown
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

scop commented Jun 10, 2023

Copy link
Copy Markdown
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants