org.threeten.bp

zone

package zone

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. zone
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class Ser extends Externalizable

    Creates an instance for serialization.

  2. class ServiceLoaderZoneRulesInitializer extends ZoneRulesInitializer

    Try to load time zone rules from implementations provided by ServiceLoader.

  3. final class StandardZoneRules extends ZoneRules with Serializable

    The rules describing how the zone offset varies through the year and historically.

  4. final class TzdbZoneRulesCompiler extends AnyRef

    A builder that can read the TZDB time-zone files and build ZoneRules instances.

  5. final class TzdbZoneRulesProvider extends ZoneRulesProvider

    Loads time-zone rules for 'TZDB'.

  6. final class ZoneOffsetTransition extends Ordered[ZoneOffsetTransition] with Serializable

    Creates an instance defining a transition between two offsets.

  7. final class ZoneOffsetTransitionRule extends Serializable

    Creates an instance defining the yearly rule to create transitions between two offsets.

  8. abstract class ZoneRules extends AnyRef

  9. class ZoneRulesBuilder extends AnyRef

    A mutable builder used to create all the rules for a historic time-zone.

  10. class ZoneRulesException extends DateTimeException

    Thrown to indicate a problem with time-zone configuration.

  11. abstract class ZoneRulesInitializer extends AnyRef

    Controls how the time-zone rules are initialized.

  12. abstract class ZoneRulesProvider extends AnyRef

    Provider of time-zone rules to the system.

Value Members

  1. object StandardZoneRules extends Serializable

    Annotations
    @SerialVersionUID( 3044319355680032515L )
  2. object TzdbZoneRulesCompiler

  3. object ZoneMap

  4. object ZoneOffsetTransition extends Serializable

    A transition between two offsets caused by a discontinuity in the local time-line.

  5. object ZoneOffsetTransitionRule extends Serializable

    A rule expressing how to create a transition.

  6. object ZoneRules

    The rules defining how the zone offset varies for a single time-zone.

  7. object ZoneRulesInitializer

  8. object ZoneRulesProvider

Inherited from AnyRef

Inherited from Any

Ungrouped