diff --git a/spec.html b/spec.html index 0035374fd6..2db0a27b3e 100644 --- a/spec.html +++ b/spec.html @@ -26774,7 +26774,7 @@
The abstract operation LocalTime with argument _t_ converts _t_ from UTC to local time by performing the following steps:
@@ -26786,7 +26786,7 @@The abstract operation UTC with argument _t_ converts _t_ from local time to UTC. It performs the following steps:
@@ -26798,7 +26798,7 @@The following abstract operations are useful in decomposing time values:
@@ -26815,7 +26815,7 @@The abstract operation MakeTime calculates a number of milliseconds from its four arguments, which must be ECMAScript Number values. This operator functions as follows:
@@ -26830,7 +26830,7 @@The abstract operation MakeDay calculates a number of days from its three arguments, which must be ECMAScript Number values. This operator functions as follows:
@@ -26846,7 +26846,7 @@The abstract operation MakeDate calculates a number of milliseconds from its two arguments, which must be ECMAScript Number values. This operator functions as follows:
@@ -26856,7 +26856,7 @@The abstract operation TimeClip calculates a number of milliseconds from its argument, which must be an ECMAScript Number value. This operator functions as follows:
@@ -26872,7 +26872,7 @@ECMAScript defines a string interchange format for date-times based upon a simplification of the ISO 8601 Extended Format. The format is as follows: `YYYY-MM-DDTHH:mm:ss.sssZ`
@@ -27000,7 +27000,7 @@There exists no international standard that specifies abbreviations for civil time zones like CET, EST, etc. and sometimes the same abbreviation is even used for two very different time zones. For this reason, ISO 8601 and this format specifies numeric representations of date and time.
- +ECMAScript requires the ability to specify 6 digit years (extended years); approximately 285,426 years, either forward or backward, from 01 January, 1970 UTC. To represent years before 0 or after 9999, ISO 8601 permits the expansion of the year representation, but only by prior agreement between the sender and the receiver. In the simplified ECMAScript format such an expanded year representation shall have 2 extra year digits and is always prefixed with a + or - sign. The year 0 is considered positive and hence prefixed with a + sign.