From: Ville Skyttä Date: Sat, 10 Jun 2023 16:54:21 +0000 (+0300) Subject: Use aware datetimes to represent UTC (#3728) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/898915d5569f503c278ef53cb6f10e003034943c?ds=sidebyside;hp=898915d5569f503c278ef53cb6f10e003034943c 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`. ---