OffsetTime

fun OffsetTime(hour: Int, minute: Int, second: Int = 0, nanosecond: Int = 0, offset: UtcOffset)

Creates an OffsetTime.

Throws

if the time or offset is invalid

fun OffsetTime(time: Time, offset: UtcOffset)

Creates an OffsetTime by combining a Time and UtcOffset.