Package io. islandtime. zone
Provides time zone database access.
Types
Platform Time Zone Rules Provider
Link copied to clipboard
The default time zone rules provider implementation for the current platform.
A time zone rules provider that draws from the database included on Darwin platforms.
A time zone rules provider that draws from the database built into the java.time library.
Time Zone Offset Transition
Link copied to clipboard
interface TimeZoneOffsetTransition
Content copied to clipboard
A discontinuity in the local timeline, usually caused by daylight savings time changes.
Time Zone Rules
Link copied to clipboard
interface TimeZoneRules
Content copied to clipboard
The set of rules for a particular time zone.
Time Zone Rules Exception
Link copied to clipboard
class TimeZoneRulesException(message: String?, cause: Throwable?) : DateTimeException
Content copied to clipboard
Time Zone Rules Provider
Link copied to clipboard
interface TimeZoneRulesProvider
Content copied to clipboard
An abstraction that allows time zone rules to be supplied from any data source.