Skip to content

//core/io.islandtime.zone/TimeZoneRules/offsetAt

offsetAt

common

abstract fun offsetAt(millisecondsSinceUnixEpoch: Milliseconds): UtcOffset

Gets the offset in effect at a certain number of milliseconds since the Unix epoch.

common

abstract fun offsetAt(secondsSinceUnixEpoch: Seconds, nanoOfSeconds: Nanoseconds): UtcOffset

Gets the offset in effect at a certain number of seconds since the Unix epoch.

common

abstract fun offsetAt(instant: Instant): UtcOffset

abstract fun offsetAt(instant: PlatformInstant): UtcOffset

Gets the offset in effect at a particular instant.

common

abstract fun offsetAt(dateTime: DateTime): UtcOffset

Gets the offset in effect at a particular date and time.