commonMain.krono.TimeZoneBuilders.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of krono-api-jvm Show documentation
Show all versions of krono-api-jvm Show documentation
An multiplatform interoperable datetime library
@file:JsExport
@file:Suppress("NON_EXPORTABLE_TYPE")
package krono
import krono.internal.TimeZoneImpl
import kotlinx.JsExport
import kotlin.js.JsName
@JsName("timeZoneOf")
fun TimeZone(id: String): TimeZone = TimeZoneImpl(id)