Class TimeZone

    • Field Detail

      • minutes

        public int minutes
        Deprecated.
        here just for the serialization backward compatibility.
        Difference from GMT in terms of minutes.
      • ZERO

        public static final TimeZone ZERO
        The TimeZone representation that corresponds to the ZERO singleton instance. Once again, using a special instance is a hack to make the round-tripping work OK.
      • MISSING

        public static final TimeZone MISSING
        The TimeZone representation that corresponds to the missing time zone.
    • Constructor Detail

      • TimeZone

        public TimeZone()