mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
Temporal: Fix bug in PlainDateTime/prototype/toZonedDateTime/basic.js.
This commit is contained in:
parent
576c0c0c7f
commit
8f5c7aed09
@ -12,4 +12,4 @@ const zdt = dt.toZonedDateTime("UTC");
|
||||
|
||||
assert.sameValue(zdt.epochNanoseconds, 1577836800000000000n, "nanoseconds");
|
||||
assert.sameValue(zdt.calendar.toString(), "iso8601", "calendar");
|
||||
assert.sameValue(zdt.timeZone, "UTC", "timezone");
|
||||
assert.sameValue(zdt.timeZone.toString(), "UTC", "timezone");
|
||||
|
Loading…
x
Reference in New Issue
Block a user