getCurrentZonedDateTime method

ZonedDateTime getCurrentZonedDateTime()

Returns the current instant provided by the underlying clock, adjusted to the time zone of this object.

The current instant provided by the underlying clock, adjusted to the time zone of this object.

Implementation

ZonedDateTime getCurrentZonedDateTime() => getCurrentInstant().inZone(_zone, _calendar);