<init>(hour: Int, minute: Int, second: Int = 0, nanosecond: Int = 0, offset: UtcOffset)
Creates an OffsetTime.
DateTimeException - if the time or offset is invalid
<init>(time: Time, offset: UtcOffset)
Creates an OffsetTime by combining a Time and UtcOffset.
DateTimeException - if the offset is invalid
Constructor
Creates an OffsetTime by combining a Time and UtcOffset.