Package org.threeten.bp.zone

Support for time-zones and their rules.

See:
          Description

Class Summary
TzdbZoneRulesProvider Loads time-zone rules for 'TZDB'.
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.
ZoneRulesProvider Provider of time-zone rules to the system.
 

Enum Summary
ZoneOffsetTransitionRule.TimeDefinition A definition of the way a local time can be converted to the actual transition date-time.
 

Exception Summary
ZoneRulesException Thrown to indicate a problem with time-zone configuration.
 

Package org.threeten.bp.zone Description

Support for time-zones and their rules.

Daylight Saving Time and Time-Zones are concepts used by Governments to alter local time. This package provides support for time-zones, their rules and the resulting gaps and overlaps in the local time-line typically caused by Daylight Saving Time.



Copyright © 2007–2015 ThreeTen.org. All rights reserved.