Class FastDateParser.TimeZoneStrategy.TzInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int dstOffset  
      (package private) java.util.TimeZone zone  
    • Constructor Summary

      Constructors 
      Constructor Description
      TzInfo​(java.util.TimeZone tz, boolean useDst)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • zone

        final java.util.TimeZone zone
      • dstOffset

        final int dstOffset
    • Constructor Detail

      • TzInfo

        TzInfo​(java.util.TimeZone tz,
               boolean useDst)