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

Incorrect standard timezone detection for Belarus

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 7u67, 8u40
    • core-libs

      FULL PRODUCT VERSION :
      java version "1.7.0_67"
      Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
      Java HotSpot(TM) Client VM (build 24.65-b04, mixed mode, sharing)

      ADDITIONAL OS VERSION INFORMATION :
      Windows 7 ultimate (6.1)

      A DESCRIPTION OF THE PROBLEM :
      Java detects Belorussian timezone (+3:00 Minsk) as Brasilian

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1. Set windows timezone (UTC+03:00) Minsk
      2. Run code
      System.out.println(TimeZone.getDefault().getDisplayName());

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Timezone detected as Belorussian time
      ACTUAL -
      "Brasilia Time" printed

      REPRODUCIBILITY :
      This bug can be reproduced always.

      SUPPORT :
      YES

            okutsu Masayoshi Okutsu
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: