The time-zone offset representing EAT (Eastern Africa Time), with an offset of '+03:00'.
The time-zone offset representing the maximum supported offset.
The time-zone offset representing the minimum supported offset.
The time-zone offset representing UTC (Coordinated Universal Time), with an offset of '0'.
Tries to obtain a ZoneOffset from text.
Tries to obtain a ZoneOffset from text. See Java API. for more detail.
Returns Failure[DateTimeException]
if the offset ID is invalid.
Tries to obtains a ZoneOffset from an offset of hours (from 0 to ±18), minutes and seconds (both 0 to ±59).
Tries to obtain a ZoneOffset from an offset of hours (from 0 to ±18) and minutes (0 to ±59).
Tries to obtain a ZoneOffset from an offset of hours - from 0 to ±18.
Tries to query a Temporal instance to obtain its ZoneOffset.
Factory object for obtaining instances of ZoneOffset. Also provides default instances ZoneOffset.UTC, and ZoneOffset.EAT which correspond to time zone ids representing Coordinated Universal Time, and East African Time respectively.