java.time

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 DefaultTzdbZoneRulesProvider extends ZoneRulesProvider

    Minimal provider for UTC

  2. final class Ser extends Externalizable

    Creates an instance for serialization.

  3. class ServiceLoaderZoneRulesInitializer extends ZoneRulesInitializer

    Try to load time zone rules from implementations via reflefction

  4. final class StandardZoneRules extends ZoneRules with Serializable

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

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

    Creates an instance defining a transition between two offsets.

  6. final class ZoneOffsetTransitionRule extends Serializable

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

  7. abstract class ZoneRules extends AnyRef

  8. class ZoneRulesBuilder extends AnyRef

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

  9. class ZoneRulesException extends DateTimeException

    Thrown to indicate a problem with time-zone configuration.

  10. abstract class ZoneRulesInitializer extends AnyRef

    Controls how the time-zone rules are initialized.

  11. 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 ZoneMap

  3. object ZoneOffsetTransition extends Serializable

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

  4. object ZoneOffsetTransitionRule extends Serializable

    A rule expressing how to create a transition.

  5. object ZoneRules

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

  6. object ZoneRulesInitializer

  7. object ZoneRulesProvider

Inherited from AnyRef

Inherited from Any

Ungrouped