< prev index next >

src/jdk.localedata/share/classes/sun/util/cldr/resources/common/main/my.xml

Print this page

        

*** 1444,1461 **** <timeFormatLength type="long"> <timeFormat> <pattern>z HH:mm:ss</pattern> </timeFormat> </timeFormatLength> <timeFormatLength type="medium"> <timeFormat> ! <pattern>B HH:mm:ss</pattern> </timeFormat> </timeFormatLength> <timeFormatLength type="short"> <timeFormat> ! <pattern>B H:mm</pattern> </timeFormat> </timeFormatLength> </timeFormats> <dateTimeFormats> <dateTimeFormatLength type="full"> --- 1444,1464 ---- <timeFormatLength type="long"> <timeFormat> <pattern>z HH:mm:ss</pattern> </timeFormat> </timeFormatLength> + <!--Pattern for medium and short replaced with CLDR 29's patterns + as character 'B' is currently not supported in SimpleDateFormat and java.time.DateTimeFormatter + classes. This is a restriction until JDK-8209175 is resolved.--> <timeFormatLength type="medium"> <timeFormat> ! <pattern>HH:mm:ss</pattern> </timeFormat> </timeFormatLength> <timeFormatLength type="short"> <timeFormat> ! <pattern>H:mm</pattern> </timeFormat> </timeFormatLength> </timeFormats> <dateTimeFormats> <dateTimeFormatLength type="full">
< prev index next >