Package io.trino.util

Class DateTimeZoneIndex

java.lang.Object
io.trino.util.DateTimeZoneIndex

public final class DateTimeZoneIndex extends Object
  • Method Details

    • getChronology

      public static org.joda.time.chrono.ISOChronology getChronology(TimeZoneKey zoneKey)
    • unpackChronology

      public static org.joda.time.chrono.ISOChronology unpackChronology(long timestampWithTimeZone)
    • getDateTimeZone

      public static org.joda.time.DateTimeZone getDateTimeZone(TimeZoneKey zoneKey)
    • unpackDateTimeZone

      public static org.joda.time.DateTimeZone unpackDateTimeZone(long dateTimeWithTimeZone)
    • packDateTimeWithZone

      public static long packDateTimeWithZone(org.joda.time.DateTime dateTime)
    • extractZoneOffsetMinutes

      public static int extractZoneOffsetMinutes(long dateTimeWithTimeZone)
    • extractZoneOffsetMinutes

      public static int extractZoneOffsetMinutes(long epochMillis, short zoneKey)