Package org.apache.pinot.common.function
Class DateTimeUtils.DateTimeZoneIndex
- java.lang.Object
-
- org.apache.pinot.common.function.DateTimeUtils.DateTimeZoneIndex
-
- Enclosing class:
- DateTimeUtils
public static final class DateTimeUtils.DateTimeZoneIndex extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.joda.time.chrono.ISOChronologygetChronology(TimeZoneKey zoneKey)static org.joda.time.DateTimeZonegetDateTimeZone(TimeZoneKey zoneKey)
-
-
-
Method Detail
-
getChronology
public static org.joda.time.chrono.ISOChronology getChronology(TimeZoneKey zoneKey)
-
getDateTimeZone
public static org.joda.time.DateTimeZone getDateTimeZone(TimeZoneKey zoneKey)
-
-