From e715b9f5aff1607465fe933ea7634e06c3fd3c4b Mon Sep 17 00:00:00 2001 From: Dominik Tugend Date: Tue, 30 Jul 2024 23:49:50 +0200 Subject: [PATCH] Add TIMESPAN to doc - Closes borgbackup/borg#8310 --- docs/usage/general/date-time.rst.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/usage/general/date-time.rst.inc b/docs/usage/general/date-time.rst.inc index 4926eb3bd..58f594a97 100644 --- a/docs/usage/general/date-time.rst.inc +++ b/docs/usage/general/date-time.rst.inc @@ -8,3 +8,10 @@ For more information about that, see: https://xkcd.com/1179/ Unless otherwise noted, we display local date and time. Internally, we store and process date and time as UTC. + + +.. rubric:: TIMESPAN + +Some options accept a TIMESPAN parameter, which can be given as a +number of days (e.g. ``7d``) or months (e.g. ``12m``). +