mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Prettifying docs
This commit is contained in:
parent
975e350510
commit
5e6fb8241c
1 changed files with 3 additions and 2 deletions
|
|
@ -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"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue