Skip to content

Commit c982b06

Browse files
sanderkeTimvdLippe
andauthored
Apply suggestions from code review
Co-authored-by: Tim van der Lippe <TimvdLippe@users.noreply.github.com>
1 parent 8b98d6f commit c982b06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sections/designRules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ A resource that corresponds to a single conceptual entity is referred to as a [=
130130
<dl>
131131
<dt>Statement</dt>
132132
<dd>
133-
<p>All date and time fields in requests and responses MUST be in ISO 8601 format (e.g., <code>YYYY-MM-DD for dates</code>, <code>YYYY-MM-DDTHH:mm:ssZ</code> for timestamps). The response MUST be in UTC. While the request can have a time offset, storing SHOULD be done in UTC.</p>
134-
<p>If the time is not relevant, only the date portion (e.g., <code>YYYY-MM-DD</code>) SHOULD be accepted, stored, and returned.</p>
133+
<p>All date and time fields in requests and responses MUST be in ISO 8601 format (e.g., <code>YYYY-MM-DD for dates</code>, <code>YYYY-MM-DDTHH:mm:ssZ</code> for timestamps). Fields in responses MUST be in UTC. Fields in requests MUST allow any time offset, which servers SHOULD normalize to (and store in) UTC.</p>
134+
<p>If the time portion is not relevant, only the date portion (e.g., <code>YYYY-MM-DD</code>) SHOULD be accepted, stored, and returned.</p>
135135
</dd>
136136
<dt>Rationale</dt>
137137
<dd>

0 commit comments

Comments
 (0)