<i18n dev> Integrated: 8347955: TimeZone methods to stream the available timezone IDs

Justin Lu jlu at openjdk.org
Tue Jan 28 21:34:52 UTC 2025


On Thu, 23 Jan 2025 02:49:49 GMT, Justin Lu <jlu at openjdk.org> wrote:

> Please review this PR and CSR which add a pair of methods to _java.util.TimeZone_ that return a stream of the available IDs. See the CSR for the motivation.
> 
> A number of existing tests are modified to use the new methods. See _test/jdk/java/util/TimeZone/AvailableIDsTest.java_ which tests the new methods.

This pull request has now been integrated.

Changeset: 3a564ed1
Author:    Justin Lu <jlu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3a564ed1019c66c28afa729973948d3a6e6c4c41
Stats:     180 lines in 16 files changed: 146 ins; 3 del; 31 mod

8347955: TimeZone methods to stream the available timezone IDs

Reviewed-by: naoto, rriggs

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

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


More information about the i18n-dev mailing list