Class DateUtils


  • public class DateUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Set<java.lang.String> DEPRECATED_SHORT_TZ_IDS  
    • Constructor Summary

      Constructors 
      Constructor Description
      DateUtils()  
    • Method Summary

      Modifier and Type Method Description
      static java.time.ZoneId dateTimeZoneToZoneId​(org.joda.time.DateTimeZone timeZone)  
      static org.joda.time.DateTimeZone zoneIdToDateTimeZone​(java.time.ZoneId zoneId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEPRECATED_SHORT_TZ_IDS

        public static final java.util.Set<java.lang.String> DEPRECATED_SHORT_TZ_IDS
    • Constructor Detail

      • DateUtils

        public DateUtils()
    • Method Detail

      • zoneIdToDateTimeZone

        public static org.joda.time.DateTimeZone zoneIdToDateTimeZone​(java.time.ZoneId zoneId)
      • dateTimeZoneToZoneId

        public static java.time.ZoneId dateTimeZoneToZoneId​(org.joda.time.DateTimeZone timeZone)