Gets the set of available zone IDs.
Gets the unique time-zone ID.
Normalizes the time-zone ID, returning a ZoneOffset where possible.
Static
fromObtains an instance of ZoneId from a temporal object.
Static
ofObtains an instance of ZoneId from an ID ensuring that the ID is valid and available for use. US/Eastern: UTC-04:00 US/Central: UTC-05:00 US/Mountain: UTC-06:00 US/Pacific-New: UTC-07:00
Static
ofObtains an instance of ZoneId wrapping an offset.
Static
systemGets the system default time-zone.
A time-zone ID, such as Europe/Paris.
See java.time.ZoneId for full documentation