Correct metadata

This commit is contained in:
Mike Pennisi 2021-09-10 20:33:55 -04:00 committed by rwaldron
parent 57491d838f
commit 424406b5be
5 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
esid: sec-temporal.now.zoneddatetime
description: Fast path for converting other Temporal objects to Temporal.Calendar by reading internal slots
info: |
sec-temporal.now.plaindatetime step 1:
sec-temporal.now.zoneddatetime step 1:
1. Return ? SystemZonedDateTime(_temporalTimeZoneLike_, _calendar_).
sec-temporal-systemzoneddatetime step 3:
3. Let _calendar_ be ? ToTemporalCalendar(_calendarLike_).

View File

@ -3,6 +3,7 @@
/*---
esid: sec-temporal.now.zoneddatetime
description: The `length` property of Temporal.Now.zonedDateTime
info: |
Every built-in function object, including constructors, has a "length" property whose value is
an integer. Unless otherwise specified, this value is equal to the largest number of named

View File

@ -3,6 +3,7 @@
/*---
esid: sec-temporal.now.zoneddatetime
description: Functions when time zone argument is omitted
includes: [compareArray.js]
features: [Temporal]
---*/

View File

@ -3,6 +3,7 @@
/*---
esid: sec-temporal.now.zoneddatetimeiso
description: The `length` property of Temporal.Now.zonedDateTimeISO
info: |
Every built-in function object, including constructors, has a "length" property whose value is
an integer. Unless otherwise specified, this value is equal to the largest number of named

View File

@ -3,6 +3,7 @@
/*---
esid: sec-temporal.now.zoneddatetimeiso
description: Functions when time zone argument is omitted
includes: [compareArray.js]
features: [Temporal]
---*/