Skip to content

Commit

Permalink
Temporal: Fix bug in PlainDateTime/prototype/toZonedDateTime/basic.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored and rwaldron committed Apr 25, 2022
1 parent 576c0c0 commit 8f5c7ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 8f5c7ae

Please sign in to comment.