1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix docs.

This commit is contained in:
Sascha L. Teichmann 2023-07-26 11:07:30 +02:00
parent eade9f7ae4
commit 1d892ff681

View file

@ -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 E.g. `"2006-01-02"` means that all files between 2006 January 2nd and now going to being
downloaded. downloaded.
Accepted patterns are: 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:05"`
- `"2006-01-02T15:04"` - `"2006-01-02T15:04"`
- `"2006-01-02T15"` - `"2006-01-02T15"`