From e547c587663d542c4007d688d769cdd4b6b7d16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Tue, 29 Oct 2024 08:48:24 +0100 Subject: [PATCH] Editorial: Restrict GetNamedTimeZoneOffsetNanoseconds return values less than 24 hours Fixes #3101 --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 6adb76a7e6..67061408d9 100644 --- a/spec.html +++ b/spec.html @@ -32967,7 +32967,7 @@

GetNamedTimeZoneOffsetNanoseconds ( _timeZoneIdentifier_: a String, _epochNanoseconds_: a BigInt, - ): an integer + ): an integer in the exclusive interval from -8.64 × 1013 to 8.64 × 1013

@@ -33503,7 +33503,7 @@

ParseTimeZoneOffsetString ( _offsetString_: a String, - ): an integer + ): an integer in the exclusive interval from -8.64 × 1013 to 8.64 × 1013

description