diff --git a/spec/calendar.html b/spec/calendar.html index 7acd3dd5a..85c4f4310 100644 --- a/spec/calendar.html +++ b/spec/calendar.html @@ -359,7 +359,7 @@

Calendar Fields Records

~time-zone~ ~to-temporal-time-zone-identifier~ - A time zone identifier. + An available time zone identifier. diff --git a/spec/intl.html b/spec/intl.html index f16843674..23f1e6bd3 100644 --- a/spec/intl.html +++ b/spec/intl.html @@ -38,7 +38,7 @@

Use of the IANA Time Zone Database

This section replaces the Time Zone Names section in ECMA-402.

- Implementations that adopt this specification are time zone aware: they use the IANA Time Zone Database https://www.iana.org/time-zones/ to supply time zone identifiers and data used in ECMAScript calculations and formatting. + Implementations that adopt this specification are time zone aware: they use the IANA Time Zone Database https://www.iana.org/time-zones/ to supply available time zone identifiers and data used in ECMAScript calculations and formatting. This section defines how the IANA Time Zone Database should be used by time zone aware implementations.

@@ -84,7 +84,7 @@

Use of the IANA Time Zone Database

- The IANA Time Zone Database offers build options that affect which time zone identifiers are primary. + The IANA Time Zone Database offers build options that affect which available time zone identifiers are primary. The default build options merge different countries' time zones, for example *"Atlantic/Reykjavik"* being a Link to the Zone *"Africa/Abidjan"*. Geographically and politically distinct locations are likely to introduce divergent time zone rules in a future version of the IANA Time Zone Database. Therefore, it is recommended that ECMAScript implementations instead use build options such as PACKRATDATA=backzone PACKRATLIST=zone.tab or a similar alternative that ensures at least one primary identifier for each ISO 3166-1 Alpha-2 country code. @@ -1642,7 +1642,7 @@

Unicode Calendar Identifier used for formatting.
  • [[NumberingSystem]] is a String value representing the Unicode Number System Identifier used for formatting.
  • -
  • [[TimeZone]] is a String value used for formatting that is either a time zone identifier from the IANA Time Zone Database or a UTC offset in ISO 8601 extended format.
  • +
  • [[TimeZone]] is a String value used for formatting that is either a an available time zone identifier from the IANA Time Zone Database or a UTC offset in ISO 8601 extended format.
  • [[HourCycle]] is a String value indicating whether the 12-hour format (*"h11"*, *"h12"*) or the 24-hour format (*"h23"*, *"h24"*) should be used. *"h11"* and *"h23"* start with hour 0 and go up to 11 and 23 respectively. *"h12"* and *"h24"* start with hour 1 and go up to 12 and 24. [[HourCycle]] is only used when [[DateTimeFormat]] has an [[hour]] field.
  • [[DateStyle]], [[TimeStyle]] are each either *undefined*, or a String value with values *"full"*, *"long"*, *"medium"*, or *"short"*.
  • [[DateTimeFormat]] is a DateTime Format Record.