-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.0
-
Component/s: globalization
-
hopper
-
generic
-
generic
Long TimeFormat for ja locale seems not correct.
In LocaleElements_ja.java, long Time pattern is defined as follows
"H:mm:ss:z", // long time pattern
Is ':' before 'z' really necessary? I think "H:mm:ss z" is better.
In LocaleElements_ja.java, long Time pattern is defined as follows
"H:mm:ss:z", // long time pattern
Is ':' before 'z' really necessary? I think "H:mm:ss z" is better.