core/com.tealium.prism.core.api.misc/DateFormatter/offsetInHours offsetInHours @RequiresApi(value = 26)abstract fun offsetInHours(instant: Instant, timeZone: ZoneId): Doubleabstract fun offsetInHours(date: Date, timeZone: TimeZone): DoubleReturns the timezone offset in hours, as a Double. Where the integral part of the returned Double is the whole number of hours, and the fractional part is the minutes.e.g. 1 => +01:00 5.75 => +05:45 -4.5 => -04:30