withTime

fun LocalDateTime.withTime(time: LocalTime, nanos: Int = nanosecond): LocalDateTime

Create a new LocalDateTime with the given time and nanos Preserves nanos of previous time

Sets this's time to time. Returns a new ZonedDateTime


fun ZonedDateTime.withTime(time: LocalTime): ZonedDateTime

Deprecated

Time class is deprecated

Sets this's time to time. Returns a new ZonedDateTime