Package io.islandtime.zone

Provides time zone database access.

Types

PlatformTimeZoneRulesProvider
Link copied to clipboard
common
object PlatformTimeZoneRulesProvider : TimeZoneRulesProvider

The default time zone rules provider implementation for the current platform.

darwin
object PlatformTimeZoneRulesProvider : TimeZoneRulesProvider

A time zone rules provider that draws from the database included on Darwin platforms.

object PlatformTimeZoneRulesProvider : TimeZoneRulesProvider

A time zone rules provider that draws from the database built into the java.time library.

TimeZoneOffsetTransition
Link copied to clipboard
common
interface TimeZoneOffsetTransition

A discontinuity in the local timeline, usually caused by daylight savings time changes.

TimeZoneRules
Link copied to clipboard
common
interface TimeZoneRules

The set of rules for a particular time zone.

TimeZoneRulesException
Link copied to clipboard
common
class TimeZoneRulesException(message: String?, cause: Throwable?) : DateTimeException
TimeZoneRulesProvider
Link copied to clipboard
common
interface TimeZoneRulesProvider

An abstraction that allows time zone rules to be supplied from any data source.