Skip to content

Commit

Permalink
Editorial: Restrict GetNamedTimeZoneOffsetNanoseconds return values l…
Browse files Browse the repository at this point in the history
…ess than 24 hours

Fixes tc39#3101
  • Loading branch information
anba committed Oct 29, 2024
1 parent 13be0f4 commit e547c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -32967,7 +32967,7 @@ <h1>
GetNamedTimeZoneOffsetNanoseconds (
_timeZoneIdentifier_: a String,
_epochNanoseconds_: a BigInt,
): an integer
): an integer in the exclusive interval from -8.64 × 10<sup>13</sup> to 8.64 × 10<sup>13</sup>
</h1>
<dl class="header">
</dl>
Expand Down Expand Up @@ -33503,7 +33503,7 @@ <h1>
<h1>
ParseTimeZoneOffsetString (
_offsetString_: a String,
): an integer
): an integer in the exclusive interval from -8.64 × 10<sup>13</sup> to 8.64 × 10<sup>13</sup>
</h1>
<dl class="header">
<dt>description</dt>
Expand Down

0 comments on commit e547c58

Please sign in to comment.