Skip to content

Commit 1472464

Browse files
committed
Editorial: Define how to *produce* a normalized offset time zone identifier
1 parent b048da5 commit 1472464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mainadditions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1>Time Zone Identifiers</h1>
217217
Offset time zone identifiers are compared using the number of minutes represented (not as a String), and are accepted as input in any the formats specified by |TimeZoneUTCOffsetName|.
218218
However, ECMAScript built-in objects will only output the <dfn variants="time zone identifier in normalized format,normalized time zone identifier">normalized format of a time zone identifier</dfn>.
219219
The normalized format of an available named time zone identifier is the preferred letter case for that identifier.
220-
The normalized format of an offset time zone identifier is specified by |NormalizedUTCOffset|.
220+
The normalized format of an offset time zone identifier is specified by |NormalizedUTCOffset| and produced by FormatOffsetTimeZoneIdentifier with _style_ either not present or set to ~separated~.
221221
</p>
222222
</ins>
223223
<p>

0 commit comments

Comments
 (0)