Skip to content

Commit

Permalink
Date-time
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#469
- correct format
- add filename to etc/bind.txt
  • Loading branch information
tschmidtb51 committed Oct 25, 2024
1 parent bf9393b commit ec40176
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions csaf_2.1/prose/edit/etc/bind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ introduction-04-informative-references.md
introduction-05-typographical-conventions.md
design-considerations-00.md
design-considerations-01-construction-principles.md
design-considerations-02-date-time.md
schema-elements-00.md
schema-elements-01-definitions.md
schema-elements-01-defs-01-acknowledgements.md
Expand Down
12 changes: 6 additions & 6 deletions csaf_2.1/prose/edit/src/design-considerations-02-date-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
This standard uses the `date-time` format as defined in JSON Schema Draft 2020-12 Section 7.3.1.
In accordance with RFC 3339 and ISO 8601, the following rules apply:

- The letter `T` separating the date and time SHALL be upper case.
- The letter `Z` indicating the timezone UTC SHALL be upper case.
- Fractions of seconds are allowed as specified in the standards mention above with the full stop (`.`) as separator.
- Leap seconds are supported. However, they SHOULD be avoided if possible.
- Empty timezones are prohibited.
- The ABNF of RFC 3339, section 5.6 applies.
* The letter `T` separating the date and time SHALL be upper case.
* The letter `Z` indicating the timezone UTC SHALL be upper case.
* Fractions of seconds are allowed as specified in the standards mention above with the full stop (`.`) as separator.
* Leap seconds are supported. However, they SHOULD be avoided if possible.
* Empty timezones are prohibited.
* The ABNF of RFC 3339, section 5.6 applies.

-------

0 comments on commit ec40176

Please sign in to comment.