JDK-6379382 : Finnish time of day should be formatted as "H.mm.ss", not "hh:mm:ss"
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 5.0u6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-01-31
  • Updated: 2010-04-02
  • Resolved: 2006-08-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b96Fixed
Related Reports
Relates :  
Description
name: Pauli Ojanper����
url: http://java.sun.com/
comments: Finnish time of day should be formatted as "H.mm.ss", not "hh:mm:ss". Please fix it, it's annoying.

http://www.unicode.org/cldr/data/diff/by_type/dates_calendars_gregorian.html

mailfrom: ###@###.###
mailsubject: Internationalization (I18N)
thanks_url: /contact/thankyou.jsp
j2se_version: jdk1.5.0_06
category: j2se
Time Stamp: Tue Jan 31 01:26:18 PST 2006
Contact Page Referer: http://java.sun.com/
feedback_type: Product comment

-----------------------------------------------------
Remote host       : 62.236.48.184
Remote IP address : 62.236.48.184
Remote Agent      : Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.8) Gecko/20051111 Firefox/1.5
Script            : http://developers.sun.com/jsp_utils/form_mailer.jsp
Referring URL     : http://developers.sun.com/contact/feedback.jsp?referer=http://java.sun.com/&category=j2se
-----------------------------------------------------

Comments
EVALUATION Jiri, see : http://www.unicode.org/reports/tr35/#Date_Format_Patterns for meaning of "v". The closest mapping in java is "z".
31-07-2006

EVALUATION According to the CLDR data: http://unicode.org/cldr/repository/common/main/fi.xml?rev=1.75&content-type=text/vnd.viewcvs-markup the colon will be changed to the dot. Also the long format will be changed: "H:mm:ss z" -> "'klo 'H.mm.ss" Change in full format "z"->"v": "H:mm:ss z" -> "H.mm.ss v" does not make any sense as the "v" letter is not contained in "DateTimePatternChars".
31-07-2006

EVALUATION Fixing now for mustang.
02-02-2006

EVALUATION Michael, yes, you're right. I hadn't noticed that the colon hadn't changed to period
02-02-2006

EVALUATION The resource files in 6.0 and 5.0u6 master ws still has the format with : instead of dot. /net/jdk.sfbay/export/disk7/jdk1.6.0/j2se/src/share/classes/sun/text/resources/FormatData_fi.java "H:mm:ss z", // full time pattern "H:mm:ss z", // long time pattern "H:mm:ss", // medium time pattern "H:mm", // short time pattern /net/jano.sfbay/export/disk12/i18n/ws/jdk5.0u6/j2se/src/share/classes/sun/text/resources/LocaleElements_fi.java "H:mm:ss z", // full time pattern "H:mm:ss z", // long time pattern "H:mm:ss", // medium time pattern "H:mm", // short time pattern
01-02-2006

EVALUATION Michael, yes, the correct format should be H.mm.ss according to CLDR. I checked the format in jre 1.6.0. b37 and it appears to comply with this pattern, so maybe this issue has already been addressed. Can you check ? thx
01-02-2006