-
Bug
-
Resolution: Fixed
-
P3
-
6u85, 8u31, 9
-
b54
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083974 | emb-9 | Masayoshi Okutsu | P3 | Resolved | Fixed | team |
JDK-8086811 | 8u65 | Masayoshi Okutsu | P3 | Resolved | Fixed | b01 |
JDK-8073448 | 8u60 | Masayoshi Okutsu | P3 | Resolved | Fixed | b06 |
JDK-8138141 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076887 | emb-8u60 | Masayoshi Okutsu | P3 | Resolved | Fixed | team |
JDK-8080788 | 7u91 | Aleksej Efimov | P3 | Resolved | Fixed | b01 |
JDK-8080986 | 6u105 | Aleksej Efimov | P3 | Resolved | Fixed | b01 |
Java timezone("user.timezone") is unpredictable on Windows when the OS's
timezone is not listed in the "lib\tzmappings" file. For example,
"America/Bahia" is set wrongly as Java timezone in
"Americas/Caracas" is set wrongly as Java timezone in
These bugs show that which Java timezone is set in the no OS's timezone
mapping case is unpredictable.
The unpredictable timezone(or unpredictable Java behavior) issue causes a
huge confusion to not only users but also programmers and also prevents
programmers from handling the no OS's timezone mapping case in their program.
So, please define the Java's predictable behavior for the no OS's timezone
mapping case and change Java as taking the defined and predictable behavior.
Setting Java timezone to "GMT" in the no OS's timezone mapping case might be
a reasonable behavior.
- backported by
-
JDK-8073448 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
-
JDK-8076887 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
-
JDK-8080788 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
-
JDK-8080986 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
-
JDK-8083974 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
-
JDK-8086811 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
-
JDK-8138141 Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
-
- Resolved
-
- duplicates
-
JDK-8067745 Default TimeZone is GMT and user.timezone isn't set if user.timezone is invalid on Windows
-
- Closed
-