Skip to content

Commit

Permalink
Editorial: Remove note about normative intention
Browse files Browse the repository at this point in the history
With the addition of DefaultTimeZone to ECMA-262, there should be nothing
left to define from this note.

Closes: #519
  • Loading branch information
ptomato committed Aug 31, 2022
1 parent b25a6b4 commit 11352bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/timezone.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ <h1>Temporal.TimeZone Objects</h1>
<emu-clause id="sec-time-zone-names">
<h1>Time Zone Names</h1>

<emu-note type="editor">
<p>
The normative intention of this section is that an implementation must support UTC and a local time zone, which may also be UTC, or a named time zone like *"Europe/London"*, or an offset time zone like *"+01:00"*; and that the local time zone must in any case be consistent with the time zone offsets that can be determined using `Date.prototype.getTimezoneOffset()`, `Date.prototype.toString()`, and `Date.prototype.toTimeString()`.
The exact formal definition of "local time zone" is still to be determined.
</p>
</emu-note>

<p>
An ECMAScript implementation must support a number of built-in time zones.
At a minimum, implementations must support a built-in time zone named *"UTC"*.
Expand Down

0 comments on commit 11352bc

Please sign in to comment.