Class TimeZoneUtils


  • public class TimeZoneUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeZoneUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getDSTSavings​(java.util.TimeZone target)  
      static int getOffset​(java.util.TimeZone target, long utcMillis)  
      • Methods inherited from class java.lang.Object

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

      • STANDARD_UTC_TIMEZONE

        public static java.lang.String STANDARD_UTC_TIMEZONE
    • Constructor Detail

      • TimeZoneUtils

        public TimeZoneUtils()
    • Method Detail

      • getDSTSavings

        public static int getDSTSavings​(java.util.TimeZone target)
      • getOffset

        public static int getOffset​(java.util.TimeZone target,
                                    long utcMillis)