From 1d892ff681d34890942e49ce44c7a5e9b3400532 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Wed, 26 Jul 2023 11:07:30 +0200 Subject: [PATCH] Fix docs. --- docs/csaf_downloader.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/csaf_downloader.md b/docs/csaf_downloader.md index 64fc983..8874df1 100644 --- a/docs/csaf_downloader.md +++ b/docs/csaf_downloader.md @@ -70,7 +70,9 @@ into a given intervall. There are three possible notations: E.g. `"2006-01-02"` means that all files between 2006 January 2nd and now going to being downloaded. Accepted patterns are: - - `"2006-01-02T15:04:05Z07:00"` + - `"2006-01-02T15:04:05Z"` + - `"2006-01-02T15:04:05+07:00"` + - `"2006-01-02T15:04:05-07:00"` - `"2006-01-02T15:04:05"` - `"2006-01-02T15:04"` - `"2006-01-02T15"`