inLocalZone method

ZonedDateTime inLocalZone([
  1. CalendarSystem? calendar
])

Get the ZonedDateTime that corresponds to this Instant within in the zone DateTimeZone.local.

Implementation

ZonedDateTime inLocalZone([CalendarSystem? calendar]) => ZonedDateTime(this, DateTimeZone.local, calendar);