Temporal.ZonedDateTime.prototype.getTimeZoneTransition
not implemented #27731
Open
Description
Version: Deno 2.1.6
Despite being documented here, the getTimeZoneTransition
function does not seem to actually be available in deno.
> Temporal.Now.zonedDateTimeISO().getTimeZoneTransition('next')
Uncaught TypeError: Temporal.Now.zonedDateTimeISO(...).getTimeZoneTransition is not a function
at <anonymous>:1:54