]> git.ipfire.org Git - thirdparty/babel.git/commit
Use aware UTC datetimes internally (#1009)
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 27 Jun 2023 20:08:06 +0000 (23:08 +0300)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 20:08:06 +0000 (20:08 +0000)
commit1747d2230a0294a07c99563cf50fb95a37b6ac0f
tree3881638a744ca4fae4cddadd5e9e8b079f5afcf3
parent95a0ea818f5d555ab4bad0ae7722971934b4a193
Use aware UTC datetimes internally (#1009)

Avoids deprecation warnings on Python 3.12.
babel/dates.py
docs/dates.rst
tests/test_dates.py