fun LocalDateTime.plus(value: Int, unit: DateTimeUnit, zone: TimeZone): LocalDateTime Adds a given value to the this, converting it to Instant for the addition.
operator fun Instant.plus(time: LocalTime): Instant Adds a specified time to this. Returns a new Instant
operator fun LocalTime.plus(other: LocalTime): LocalTime Create a new time with the result of adding LocalTime to other