Integrated: 8293146: Strict DateTimeFormatter fails to report an invalid week 53

Naoto Sato naoto at openjdk.org
Wed Sep 7 18:37:51 UTC 2022


On Tue, 6 Sep 2022 17:30:27 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Fixed the max week number on parsing the week of week-based year field in strict mode. It used to be always returning the largest maximum, which should be adjusted by the actual week-based year.

This pull request has now been integrated.

Changeset: 32c7b628
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/32c7b6283daf6f3876ff62693d5a0cb7c4af4232
Stats:     65 lines in 2 files changed: 61 ins; 0 del; 4 mod

8293146: Strict DateTimeFormatter fails to report an invalid week 53

Reviewed-by: rriggs

-------------

PR: https://git.openjdk.org/jdk/pull/10184


More information about the core-libs-dev mailing list