| Interface | Description |
|---|---|
| ExtZoneProvider | Deprecated
Use the super interface ZoneProvider instead.
|
| TransitionHistory |
Keeps all offset transitions and rules of a timezone.
|
| TransitionStrategy |
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.
|
| TZID |
Identifies a timezone.
|
| ZoneProvider |
SPI interface which encapsulates the timezone repository and
provides all necessary data for a given timezone id.
|
| Class | Description |
|---|---|
| Timezone |
Loads and keeps timezone data including the rules.
|
| Timezone.Cache |
Offers some static methods for the configuration of the
timezone cache.
|
| ZonalOffset |
Represents the shift of a local timestamp relative to UTC timezone
usually in full seconds.
|
| ZonalTransition |
Represents the change of a shift of the local time relative to
POSIX-time in any timezone.
|
| Enum | Description |
|---|---|
| GapResolver |
Represents the component of a transition strategy how to handle gaps
on the local timeline.
|
| NameStyle |
Defines the style of a timezone name.
|
| OffsetSign |
Represents the sign of a zonal shift.
|
| OverlapResolver |
Represents the component of a transition strategy how to handle overlaps
on the local timeline.
|
General timezone-API.