Clock.getZone

Gets the time-zone being used to create dates and times. !(p) A clock will typically obtain the current _instant and then convert that to a date or time using a time-zone. This method returns the time-zone used.

@return the time-zone being used to interpret instants, not null

class Clock
abstract
getZone
()

Meta