Skip to content

Commit

Permalink
Add rules for time values for all conforming documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 20, 2023
1 parent 88e2bdb commit dfaa99c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1929,12 +1929,13 @@ <h4>Representing Time</h4>
<code>dateTimeStamp</code> construction first established by the [<a
data-cite="XMLSCHEMA11-2#dateTimeStamp">XMLSCHEMA11-2</a>] specification. In
order to reduce misinterpretations between different time zones, all time values
SHOULD be specified in `dateTimeStamp` format, either in Universal Coordinated
Time (UTC), denoted by a `Z` at the end of the value, or with a time zone offset
relative to UTC. Time values that are incorrectly serialized without an offset
MUST be interpreted as UTC. Examples of valid time zone offsets relative to UTC
include `Z`, `+01:00`, `-08:00`, and `+14:00`. See the regular expression at the
end of this section for a formal definition of all acceptable values.
expressed in <a>conforming documents</a> SHOULD be specified in `dateTimeStamp`
format, either in Universal Coordinated Time (UTC), denoted by a `Z` at the end
of the value, or with a time zone offset relative to UTC. Time values that are
incorrectly serialized without an offset MUST be interpreted as UTC. Examples of
valid time zone offsets relative to UTC include `Z`, `+01:00`, `-08:00`, and
`+14:00`. See the regular expression at the end of this section for a formal
definition of all acceptable values.
</p>

<p>
Expand Down

0 comments on commit dfaa99c

Please sign in to comment.