FixedOffsetTimeZone

A time zone that is known to always have the same offset from UTC.

Constructors

Link copied to clipboard
actual constructor(offset: UtcOffset)
expect constructor(offset: UtcOffset)
actual constructor(offset: UtcOffset)
actual constructor(offset: UtcOffset)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
actual val offset: UtcOffset
expect val offset: UtcOffset

The constant offset from UTC that this time zone has.

actual val offset: UtcOffset
actual val offset: UtcOffset

Functions