TimeZone.java: Updated list of timezones from Classpath.
authorTom Tromey <tromey@redhat.com>
Sat, 15 Sep 2001 01:22:39 +0000 (01:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 15 Sep 2001 01:22:39 +0000 (01:22 +0000)
* java/util/TimeZone.java: Updated list of timezones from
Classpath.

From-SVN: r45622

libjava/ChangeLog
libjava/java/util/TimeZone.java

index 5f9f539e8d33d00f43e37525747106a0d581e207..3bb6a36535136bd01afc6d2e7c0ff2deca96f9d9 100644 (file)
@@ -1,5 +1,8 @@
 2001-09-14  Tom Tromey  <tromey@redhat.com>
 
+       * java/util/TimeZone.java: Updated list of timezones from
+       Classpath.
+
        * java/lang/CloneNotSupportedException.java: Re-merged with
        Classpath.
 
index 2ee5208ead5771a8f1696248e0b42ea5f4629821..4808963efa266ec61f129fb9ad187b0b2a5d3d5c 100644 (file)
@@ -118,6 +118,7 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
        Calendar.APRIL, 1, Calendar.SUNDAY, 2000 * 3600,
        Calendar.OCTOBER, -1, Calendar.SUNDAY, 2000 * 3600);
     timezones.put("PST", tz);
+    timezones.put("PST8PDT", tz);
     timezones.put("America/Dawson", tz);
     timezones.put("America/Los_Angeles", tz);
     timezones.put("America/Tijuana", tz);
@@ -131,6 +132,7 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
        Calendar.APRIL, 1, Calendar.SUNDAY, 2000 * 3600,
        Calendar.OCTOBER, -1, Calendar.SUNDAY, 2000 * 3600);
     timezones.put("MST", tz);
+    timezones.put("MST7MDT", tz);
     timezones.put("America/Boise", tz);
     timezones.put("America/Chihuahua", tz);
     timezones.put("America/Denver", tz);
@@ -139,7 +141,8 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
     timezones.put("America/Mazatlan", tz);
     timezones.put("America/Shiprock", tz);
     timezones.put("America/Yellowknife", tz);
-    tz = new SimpleTimeZone(-7000 * 3600, "PNT");
+    tz = new SimpleTimeZone(-7000 * 3600, "MST7");
+    timezones.put("MST7", tz);
     timezones.put("PNT", tz);
     timezones.put("America/Dawson_Creek", tz);
     timezones.put("America/Hermosillo", tz);
@@ -149,6 +152,7 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
        Calendar.APRIL, 1, Calendar.SUNDAY, 2000 * 3600,
        Calendar.OCTOBER, -1, Calendar.SUNDAY, 2000 * 3600);
     timezones.put("CST", tz);
+    timezones.put("CST6CDT", tz);
     timezones.put("America/Cambridge_Bay", tz);
     timezones.put("America/Cancun", tz);
     timezones.put("America/Chicago", tz);
@@ -179,7 +183,8 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
        Calendar.OCTOBER, -1, Calendar.SUNDAY, 0 * 3600);
     timezones.put("America/Grand_Turk", tz);
     timezones.put("America/Havana", tz);
-    tz = new SimpleTimeZone(-5000 * 3600, "IET");
+    tz = new SimpleTimeZone(-5000 * 3600, "EST5");
+    timezones.put("EST5", tz);
     timezones.put("IET", tz);
     timezones.put("America/Bogota", tz);
     timezones.put("America/Cayman", tz);
@@ -203,6 +208,7 @@ public abstract class TimeZone implements java.io.Serializable, Cloneable
        Calendar.APRIL, 1, Calendar.SUNDAY, 2000 * 3600,
        Calendar.OCTOBER, -1, Calendar.SUNDAY, 2000 * 3600);
     timezones.put("EST", tz);
+    timezones.put("EST5EDT", tz);
     timezones.put("America/Detroit", tz);
     timezones.put("America/Kentucky/Louisville", tz);
     timezones.put("America/Kentucky/Monticello", tz);