Package net.time4j.tz
package net.time4j.tz
General timezone-API.
-
InterfaceDescriptionKeeps all offset transitions and rules of a timezone.Serves for resolving of local timestamps to a global UNIX timestamp, escpecially if there are conflicts due to gaps or overlaps on the local timeline.Identifies a timezone.SPI interface which encapsulates the timezone repository and provides all necessary data and transitions for a given timezone id.SPI interface which encapsulates the timezone name repository.
-
ClassDescriptionLoads and keeps timezone data including the rules.Offers some static methods for the configuration of the timezone cache.Represents the shift of a local timestamp relative to UTC timezone usually in full seconds.Represents the change of a shift of the local time relative to POSIX-time in any timezone.
-
Enum ClassDescriptionRepresents the component of a transition strategy how to handle gaps on the local timeline.Defines the style of a timezone name.Represents the sign of a zonal shift.Represents the component of a transition strategy how to handle overlaps on the local timeline.