Package javax.time.calendar.zone
Provides classes to implement time-zones and their rules.
-
Interface Summary Interface Description ZoneRulesDataProvider Provides access to a versioned set of time-zone rules from a single group.ZoneRulesVersion A version of time-zone rules from a single group. -
Class Summary Class Description FixedZoneRules Implementation of zone rules for fixed offsets.ResourceZoneRulesDataProvider Loads time-zone rules stored in a file accessed via class loader.ResourceZoneRulesDataProvider.ResourceZoneRulesVersion Version of the rules.Ser The shared serialization delegate for this package.StandardZoneRules The rules describing how the zone offset varies through the year and historically.TZDBZoneRulesCompiler A builder that can read the TZDB TimeZone files and build ZoneRules instances.ZoneOffsetInfo Information about the valid offsets applicable for a local date-time.ZoneOffsetTransition A transition between two offsets caused by a discontinuity in the local time-line.ZoneOffsetTransitionRule A rule expressing how to create a transition.ZoneRules The rules defining how the zone offset varies for a single time-zone.ZoneRulesBuilder A mutable builder used to create all the rules for a historic time-zone.ZoneRulesGroup A group of time-zone rules wrapping a provider of multiple versions of the data. -
Enum Summary Enum Description ZoneRulesBuilder.TimeDefinition A definition of the way a local time can be converted to an offset time.