Class Tzinfo


  • public class Tzinfo
    extends java.lang.Object
    Timezone offset class that implements __setstate__ for the unpickler to track what TimeZone a dateutil.tz.tzoffset or tzutc should unpickle to
    • Constructor Summary

      Constructors 
      Constructor Description
      Tzinfo()  
      Tzinfo​(java.util.TimeZone timeZone)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void __setstate__​(java.util.HashMap<java.lang.String,​java.lang.Object> args)
      called by the unpickler to restore state
      java.util.TimeZone getTimeZone()  
      • Methods inherited from class java.lang.Object

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

      • Tzinfo

        public Tzinfo​(java.util.TimeZone timeZone)
      • Tzinfo

        public Tzinfo()
    • Method Detail

      • getTimeZone

        public java.util.TimeZone getTimeZone()
      • __setstate__

        public void __setstate__​(java.util.HashMap<java.lang.String,​java.lang.Object> args)
        called by the unpickler to restore state