Skip to content

//core/io.islandtime.format/PlatformTimeZoneTextProvider

PlatformTimeZoneTextProvider

common

expect object PlatformTimeZoneTextProvider : TimeZoneTextProvider

The default provider of localized time zone text for the current platform.

darwin jvm

actual object PlatformTimeZoneTextProvider : TimeZoneTextProvider

Functions

Name Summary
timeZoneTextFor

darwin jvm common


darwin

open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: <Error class: unknown class>): String?

jvm

open override fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?

common

open fun timeZoneTextFor(zone: TimeZone, style: TimeZoneTextStyle, locale: Locale): String?

Get the localized time zone text.