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

Prettifying docs

This commit is contained in:
Sascha L. Teichmann 2023-07-26 04:28:42 +02:00
parent 975e350510
commit 5e6fb8241c

View file

@ -67,8 +67,9 @@ into a given intervall. There are three possible notations:
2. Absolute. If the given string is an RFC 3339 date timestamp the time interval between 2. Absolute. If the given string is an RFC 3339 date timestamp the time interval between
this date and now is used. this date and now is used.
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. Accepted patterns are: downloaded.
Accepted patterns are:
- `"2006-01-02T15:04:05Z07:00"` - `"2006-01-02T15:04:05Z07:00"`
- `"2006-01-02T15:04:05"` - `"2006-01-02T15:04:05"`
- `"2006-01-02T15:04"` - `"2006-01-02T15:04"`