offsetAt

abstract fun offsetAt(millisecondsSinceUnixEpoch: LongMilliseconds): UtcOffset

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

abstract fun offsetAt(secondsSinceUnixEpoch: LongSeconds, nanoOfSeconds: IntNanoseconds): UtcOffset

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

abstract fun offsetAt(instant: Instant): UtcOffset
abstract fun offsetAt(instant: PlatformInstant): UtcOffset

Gets the offset in effect at a particular instant.

abstract fun offsetAt(dateTime: DateTime): UtcOffset

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