-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2
-
b80
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2145055 | 6-pool | Lucy Zhao | P4 | Closed | Future Project | |
JDK-2145056 | 5.0u13 | Lucy Zhao | P4 | Closed | Won't Fix |
FULL PRODUCT VERSION :
j2sdk1.4.2_12
ADDITIONAL OS VERSION INFORMATION :
windows xp professional
A DESCRIPTION OF THE PROBLEM :
In the java.util.TimeZone class, the display name is wrong.
For example:
Locale loc=new Locale("zh","tw");
TimeZone tz=TimeZone.getTimeZone( "Asia/Taipei" );
System.out.println( tz.getDisplayName(loc) );
EXPECTED VERSUS ACTUAL BEHAVIOR :
Attached seperatly
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Execute the code above
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Fix the java.util.TimeZone class source. Replace the display name as
the correct name
j2sdk1.4.2_12
ADDITIONAL OS VERSION INFORMATION :
windows xp professional
A DESCRIPTION OF THE PROBLEM :
In the java.util.TimeZone class, the display name is wrong.
For example:
Locale loc=new Locale("zh","tw");
TimeZone tz=TimeZone.getTimeZone( "Asia/Taipei" );
System.out.println( tz.getDisplayName(loc) );
EXPECTED VERSUS ACTUAL BEHAVIOR :
Attached seperatly
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Execute the code above
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Fix the java.util.TimeZone class source. Replace the display name as
the correct name
- backported by
-
JDK-2145055 TimeZone country/area message error
- Closed
-
JDK-2145056 TimeZone country/area message error
- Closed