Obtains an instance of {@code ZoneOffset} using an offset _in
hours, minutes and seconds.
!(p)
The sign of the hours, minutes and seconds components must match.
Thus, if the hours is negative, the minutes and seconds must be negative or zero.
@param hours the time-zone offset _in hours, from -18 to +18
@param minutes the time-zone offset _in minutes, from 0 to ±59, sign matches hours and seconds
@param seconds the time-zone offset _in seconds, from 0 to ±59, sign matches hours and minutes
@return the zone-offset, not null
@throws DateTimeException if the offset is not _in the required range
Obtains an instance of {@code ZoneOffset} using an offset _in hours, minutes and seconds. !(p) The sign of the hours, minutes and seconds components must match. Thus, if the hours is negative, the minutes and seconds must be negative or zero.
@param hours the time-zone offset _in hours, from -18 to +18 @param minutes the time-zone offset _in minutes, from 0 to ±59, sign matches hours and seconds @param seconds the time-zone offset _in seconds, from 0 to ±59, sign matches hours and minutes @return the zone-offset, not null @throws DateTimeException if the offset is not _in the required range