From: Scott Russell Date: Tue, 26 Aug 2014 03:57:45 +0000 (+0000) Subject: ICU-10962 Conflicting descriptions of 'S' in calendar patterns X-Git-Tag: milestone-59-0-1~1695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecd2a3a3550aeef7e710f046c461a7bd0f20040c;p=icu ICU-10962 Conflicting descriptions of 'S' in calendar patterns X-SVN-Rev: 36235 --- diff --git a/icu4c/source/i18n/unicode/smpdtfmt.h b/icu4c/source/i18n/unicode/smpdtfmt.h index 55c4b5a8d88..7d056cb2a14 100644 --- a/icu4c/source/i18n/unicode/smpdtfmt.h +++ b/icu4c/source/i18n/unicode/smpdtfmt.h @@ -427,8 +427,9 @@ class TimeZoneFormat; * * S * 1..n - * 3456 - * Fractional Second - truncates (like other time fields) to the count of letters. + * 3450 + * Fractional Second - truncates (like other time fields) to the count of letters when formatting. + * Appends zeros if more than 3 letters specified. Truncates at three significant digits when parsing. * (example shows display using pattern SSSS for seconds value 12.34567) * *