Skip to content

Commit

Permalink
Editorial: Define how to *produce* a normalized offset time zone iden…
Browse files Browse the repository at this point in the history
…tifier
  • Loading branch information
gibson042 committed Mar 22, 2024
1 parent b048da5 commit 1472464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mainadditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h1>Time Zone Identifiers</h1>
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|.
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>.
The normalized format of an available named time zone identifier is the preferred letter case for that identifier.
The normalized format of an offset time zone identifier is specified by |NormalizedUTCOffset|.
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~.
</p>
</ins>
<p>
Expand Down

0 comments on commit 1472464

Please sign in to comment.