From 3428b9f2b4966e7d6bd14c803d829d6585d860f1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 7 Feb 2022 23:23:15 +0100 Subject: [PATCH] docs: link to python 3.8 docs because py38 is our minimum requirement. --- src/borg/archiver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index c30be5239..4280cc4b8 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2452,11 +2452,11 @@ class Archiver: {now} The current local date and time, by default in ISO-8601 format. - You can also supply your own `format string `_, e.g. {now:%Y-%m-%d_%H:%M:%S} + You can also supply your own `format string `_, e.g. {now:%Y-%m-%d_%H:%M:%S} {utcnow} The current UTC date and time, by default in ISO-8601 format. - You can also supply your own `format string `_, e.g. {utcnow:%Y-%m-%d_%H:%M:%S} + You can also supply your own `format string `_, e.g. {utcnow:%Y-%m-%d_%H:%M:%S} {user} The user name (or UID, if no name is available) of the user running borg.