abstract fun offsetAt(millisecondsSinceUnixEpoch: LongMilliseconds): UtcOffset
Get the offset in effect at a certain number of milliseconds since the Unix epoch.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)abstract fun offsetAt(secondsSinceUnixEpoch: LongSeconds, nanoOfSeconds: IntNanoseconds): UtcOffset
Get the offset in effect at a certain number of seconds since the Unix epoch.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)abstract fun offsetAt(instant: Instant): UtcOffset
Get the offset in effect at a particular instant.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)abstract fun offsetAt(dateTime: DateTime): UtcOffset
Get the offset in effect at a particular date and time.