Skip to content

Commit e547c58

Browse files
committed
Editorial: Restrict GetNamedTimeZoneOffsetNanoseconds return values less than 24 hours
Fixes #3101
1 parent 13be0f4 commit e547c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32967,7 +32967,7 @@ <h1>
3296732967
GetNamedTimeZoneOffsetNanoseconds (
3296832968
_timeZoneIdentifier_: a String,
3296932969
_epochNanoseconds_: a BigInt,
32970-
): an integer
32970+
): an integer in the exclusive interval from -8.64 × 10<sup>13</sup> to 8.64 × 10<sup>13</sup>
3297132971
</h1>
3297232972
<dl class="header">
3297332973
</dl>
@@ -33503,7 +33503,7 @@ <h1>
3350333503
<h1>
3350433504
ParseTimeZoneOffsetString (
3350533505
_offsetString_: a String,
33506-
): an integer
33506+
): an integer in the exclusive interval from -8.64 × 10<sup>13</sup> to 8.64 × 10<sup>13</sup>
3350733507
</h1>
3350833508
<dl class="header">
3350933509
<dt>description</dt>

0 commit comments

Comments
 (0)