Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 6u22
-
Fix Version/s: 8
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
Resolved In Build:b19
-
CPU:x86
-
OS:linux
-
Verification:Verified
Description
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
The date time patterns for Bulgarian locale should be (or they can be the same as Russian):
"DateTimePatterns",
new String[] {
"HH:mm:ss z", // full time pattern
"HH:mm:ss z", // long time pattern
"H:mm:ss", // medium time pattern
"H:mm", // short time pattern
"d MMMM yyyy EEEE", // full date pattern
"d MMMM yyyy EEEE", // long date pattern
"d.MM.yyyy", // medium date pattern
"d.MM.yy", // short date pattern
"{1} {0}" // date-time pattern
}
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
The date time patterns for Bulgarian locale should be (or they can be the same as Russian):
"DateTimePatterns",
new String[] {
"HH:mm:ss z", // full time pattern
"HH:mm:ss z", // long time pattern
"H:mm:ss", // medium time pattern
"H:mm", // short time pattern
"d MMMM yyyy EEEE", // full date pattern
"d MMMM yyyy EEEE", // long date pattern
"d.MM.yyyy", // medium date pattern
"d.MM.yy", // short date pattern
"{1} {0}" // date-time pattern
}
REPRODUCIBILITY :
This bug can be reproduced always.