From 92e36fcfc539a91cd26d8649a56a42b29052723d Mon Sep 17 00:00:00 2001 From: edwardxml <56691903+edwardxml@users.noreply.github.com> Date: Wed, 10 Feb 2021 18:08:25 +0000 Subject: [PATCH] docs: update filtering time formats Correction per @x0b from https://forum.rclone.org/t/max-age-min-age-rfc3339-format-rejected/22204 --- docs/content/filtering.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index b34411ae9..9b6b74515 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -576,10 +576,10 @@ Default units are seconds or the following abbreviations are valid: `--max-age` can also be specified as an absolute time in the following formats: -- RFC3339 - e.g. "2006-01-02T15:04:05Z07:00" -- ISO8601 Date and time, local timezone - "2006-01-02T15:04:05" -- ISO8601 Date and time, local timezone - "2006-01-02 15:04:05" -- ISO8601 Date - "2006-01-02" (YYYY-MM-DD) +- RFC3339 - e.g. `2006-01-02T15:04:05Z` or `2006-01-02T15:04:05+07:00` +- ISO8601 Date and time, local timezone - `2006-01-02T15:04:05` +- ISO8601 Date and time, local timezone - `2006-01-02 15:04:05` +- ISO8601 Date - `2006-01-02` (YYYY-MM-DD) `--max-age` applies only to files and not to directories.