You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ <h3>Floating Time</h3>
390
390
391
391
<p>France has a number of overseas departments which do not share a time zone with Metropolitan France. In this example, we'll look at three French time zones: <code>Europe/Paris</code>, <code>Pacific/Noumea</code> (the time zone used in New Caledonia), and <code>Pacific/Tahiti</code> (one of the timezones in French Polynesia).</p>
392
392
393
-
<p>New Caledonia is one of (but not the) first time zones in France to observe the holiday. Tahiti is one of (but not the) last in France to observe it. The table below shows the dates and times in each of the time zones as Bastille Day is observed around the world. Notice that some of the [=incremental time=] values that are "Bastille Day" in one time zone are either before "Bastille Day" starts or after it ends in the time zones:</p>
393
+
<p>New Caledonia is one of (but not the) first time zones in France to observe the holiday. Tahiti is one of (but not the) last in France to observe it. The table below shows the dates and times in each of the time zones as Bastille Day is observed around the world. Notice that some of the [=incremental time=] values that are "Bastille Day" in one time zone are either before "Bastille Day" starts or after it ends in the other time zones:</p>
<pclass=issue>Some of the serializations in this section are not currently part of any standard. Work at the IETF on <ahref="https://datatracker.ietf.org/doc/draft-ietf-sedate-datetime-extended/">SEDATE</a> might address this gap. Other standards, such as XMLSchema might be affected.</p>
497
+
<p>Serialization of date/time values is necessary for interchange of these kinds of values in document formats and protocols. Which serialization to use depends on the application's <ahref="#use-cases">use case</a> and available standards. Serializations that use time zone IDs instead of relying on offsets is RECOMMENDED.</p>
498
+
499
+
<asideclass="note">
500
+
<p>The serializations in this section that utilized time zone IDs (and not just offsets) were only recently standardized, in [[RFC9557]]. Other standards, such as XMLSchema, cannot currently represent these values.</p>
501
+
</aside>
498
502
<table>
499
503
<thead>
500
504
<tr>
501
-
<th>Name</th>
502
-
<th>Example</th>
505
+
<th>Type Being Serialized</th>
506
+
<th>Serialization to Use</th>
503
507
<th>Description</th>
504
508
</tr>
505
509
</thead>
506
510
<tbody>
507
511
<tr>
508
-
<td>Instant, Timestamp</td>
512
+
<td>Instant, Timestamp, Date</td>
509
513
<td><code>2007-01-01T01:00:00.000Z</code></td>
510
514
<td>An <a>incremental time</a> (instant on the timeline) with UTC offset.</td>
0 commit comments