forked from oasis-tcs/csaf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- addresses parts of oasis-tcs#469 - add section on Date and Time to explain the rules
- Loading branch information
1 parent
13237a3
commit 2c8ed76
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
csaf_2.1/prose/edit/src/design-considerations-02-date-time.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Date and Time | ||
|
||
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 allow as specified in the standards mention above. | ||
- Leap seconds are supported. However, they SHOULD be avoided if possible. | ||
|
||
------- |