getCurrentLocalDateTime method

LocalDateTime getCurrentLocalDateTime()

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

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

Implementation

LocalDateTime getCurrentLocalDateTime() => getCurrentZonedDateTime().localDateTime;