mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue