jdk/src/share/classes/java/util/TimeZone.java
changeset 7003 7d8d9506b4ee
parent 6841 3a4f3e399917
child 8375 7b37813b7461
equal deleted inserted replaced
6843:6ab7e78c51eb 7003:7d8d9506b4ee
   158     // Constants used internally; unit is milliseconds
   158     // Constants used internally; unit is milliseconds
   159     private static final int ONE_MINUTE = 60*1000;
   159     private static final int ONE_MINUTE = 60*1000;
   160     private static final int ONE_HOUR   = 60*ONE_MINUTE;
   160     private static final int ONE_HOUR   = 60*ONE_MINUTE;
   161     private static final int ONE_DAY    = 24*ONE_HOUR;
   161     private static final int ONE_DAY    = 24*ONE_HOUR;
   162 
   162 
   163     /**
       
   164      * Cache to hold the SimpleDateFormat objects for a Locale.
       
   165      */
       
   166     private static Hashtable cachedLocaleData = new Hashtable(3);
       
   167 
       
   168     // Proclaim serialization compatibility with JDK 1.1
   163     // Proclaim serialization compatibility with JDK 1.1
   169     static final long serialVersionUID = 3581463369166924961L;
   164     static final long serialVersionUID = 3581463369166924961L;
   170 
   165 
   171     /**
   166     /**
   172      * Gets the time zone offset, for current date, modified in case of
   167      * Gets the time zone offset, for current date, modified in case of