Skip to content

Commit 17737cf

Browse files
committed
Voeg noot toe over opslaan van originele timezone
1 parent b983c0e commit 17737cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sections/designRules.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Handling date and time is tricky and can lead to confusion among clients. The da
169169
</dd>
170170
<dt>Rationale</dt>
171171
<dd>
172-
<p>Implementing RFC9557 and ISO 8601 in UTC removes ambiguity in date handling between systems and timezones.</p>
172+
<p>Implementing RFC9557 and ISO 8601 removes ambiguity in date handling between systems and timezones.
173173
</dd>
174174
</dl>
175175
</div>
@@ -184,6 +184,9 @@ Handling date and time is tricky and can lead to confusion among clients. The da
184184
<dt>Rationale</dt>
185185
<dd>
186186
<p>Allowing clients to use any timezone offset in requests results in flexibility and less complexity for users. Using UTC in responses results in clarity and removes ambiguity.
187+
<p class="note">This specification does not state rules regarding storage in databases.
188+
However, it is recommended to store the originally supplied timezone from the client request in the database, such that later the location of the client can be determined.
189+
For example, an extra field in a response can contain the originally supplied timezone, if that's useful for the client.
187190
</dd>
188191
</dl>
189192
</div>

0 commit comments

Comments
 (0)