<i18n dev> RFR: 8247781: Day periods support [v3]
Naoto Sato
naoto at openjdk.java.net
Mon Nov 2 23:17:11 UTC 2020
On Mon, 2 Nov 2020 17:27:35 GMT, Stephen Colebourne <scolebourne at openjdk.org> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed exception messages.
>
> test/jdk/java/time/test/java/time/format/TestDateTimeFormatterBuilder.java line 656:
>
>> 654: {"h B", "11 at night", 23},
>> 655: {"h B", "3 at night", 3},
>> 656: {"h B", "11 in the morning", 11},
>
> Need tests for "51 in the morning" (which should parse in LENIENT as "3 in the morning" plus 2 days, see how HOUR_OF_DAY=51 works in general.
>
> Similar issue with HOUR_OF_AMPM=3 and AMPM_OF_DAY=4.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/938
More information about the i18n-dev
mailing list