Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6251819

(tz) Typo in timezone for Lord Howe Island

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 5.0
    • core-libs

      FULL PRODUCT VERSION :
      java version "1.5.0_02"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
      Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows XP [Version 5.1.2600]

      A DESCRIPTION OF THE PROBLEM :
      Timezone for Lord Howe Island - getDisplayName() returns
      Load Howe Standard Time
      Should be 'Lord'


      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      import java.util.TimeZone;

      public class AllTimezones
      {
      public static void main( String[] args )
      {
      String[] names = TimeZone.getAvailableIDs();

      for (int i = 0; i < names.length; i++ )
      {
      TimeZone tz = TimeZone.getTimeZone( names[i] );
      System.out.println( names[i] + "\t" + tz.getDisplayName() );
      }
      }
      }

      ---------- END SOURCE ----------
      ###@###.### 2005-04-07 07:19:22 GMT

            okutsu Masayoshi Okutsu
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: