<i18n dev> RFR: 8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format [v8]
Roger Riggs
rriggs at openjdk.org
Sat Nov 18 14:59:33 UTC 2023
On Fri, 17 Nov 2023 23:35:37 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Haven't tried, but I think `t.getChronology() instanceof IsoChronology` should work
>
> Now I tried and it didn't compile 🙂 It should have been `t.query(TemporalQueries.chronology()) instanceof IsoChronology`
JapaneseChronology is an IsoChronology so run the test again (before committing) to make sure.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16033#discussion_r1398222416
More information about the i18n-dev
mailing list