Skip to content

Commit

Permalink
Date-time
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#469
- specify . as frac-sec separator
- explicitly state no empty timezones
- add reference to ABNF of RFC 3339 section 5.6
  • Loading branch information
tschmidtb51 committed Oct 25, 2024
1 parent 2c8ed76 commit ebf8f28
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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.
- Fractions of seconds are allow 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 ebf8f28

Please sign in to comment.