From 658df46de9cb9ebc5f78400915b3544667ba8743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 8 Jun 2022 18:14:55 +0200 Subject: [PATCH] Editorial: Remove unused getOffsetNanosecondsFor intrinsic definition --- spec/timezone.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/timezone.html b/spec/timezone.html index abedcbebf8..00d61018ab 100644 --- a/spec/timezone.html +++ b/spec/timezone.html @@ -219,9 +219,6 @@

Temporal.TimeZone.prototype.getOffsetNanosecondsFor ( _instant_ )

1. If _timeZone_.[[OffsetNanoseconds]] is not *undefined*, return 𝔽(_timeZone_.[[OffsetNanoseconds]]). 1. Return 𝔽(GetIANATimeZoneOffsetNanoseconds(_instant_.[[Nanoseconds]], _timeZone_.[[Identifier]])). -

- This function is the %Temporal.TimeZone.prototype.getOffsetNanosecondsFor% intrinsic object. -