We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c85450 commit 664f02dCopy full SHA for 664f02d
spec/timezone.html
@@ -585,7 +585,6 @@ <h1>ToTemporalTimeZone ( _temporalTimeZoneLike_ )</h1>
585
<h1>GetOffsetNanosecondsFor ( _timeZone_, _instant_ )</h1>
586
<emu-alg>
587
1. Let _getOffsetNanosecondsFor_ be ? GetMethod(_timeZone_, *"getOffsetNanosecondsFor"*).
588
- 1. If _getOffsetNanosecondsFor_ is *undefined*, set _getOffsetNanosecondsFor_ to %Temporal.TimeZone.prototype.getOffsetNanosecondsFor%.
589
1. Let _offsetNanoseconds_ be ? Call(_getOffsetNanosecondsFor_, _timeZone_, « _instant_ »).
590
1. If Type(_offsetNanoseconds_) is not Number, throw a *TypeError* exception.
591
1. If ! IsIntegralNumber(_offsetNanoseconds_) is *false*, throw a *RangeError* exception.
0 commit comments