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 @@
- 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 @@
- 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 @@