]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Use aware datetimes to represent UTC (#3728)
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 10 Jun 2023 16:54:21 +0000 (19:54 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 16:54:21 +0000 (09:54 -0700)
commit898915d5569f503c278ef53cb6f10e003034943c
tree7700b9183541117efe1087ad244f2952f732b854
parent3aad6e385bfbd4348b2e13695cb6741806951160
Use aware datetimes to represent UTC (#3728)

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`.
CHANGES.md
docs/usage_and_configuration/the_basics.md
src/black/__init__.py
src/blackd/__init__.py
tests/test_black.py
tests/test_blackd.py