On Wed, 11 May 2022 17:04:41 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> This is to extend the `Custom ID`s in `java.util.TimeZone` class to support >> second-level resolution, enabling round trips with `java.time.ZoneOffset`s. >> Corresponding CSR is also being drafted. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Minor fixup src/java.base/share/classes/java/util/TimeZone.java line 80: > 78: * {@code GMT} <i>Sign</i> <i>Hours</i> {@code :} <i>Minutes</i> > {@code :} <i>Seconds</i> > 79: * {@code GMT} <i>Sign</i> <i>Hours</i> {@code :} <i>Minutes</i> > 80: * {@code GMT} <i>Sign</i> <i>Hours</i> <i>Minutes</i> For hours and minutes, the format can be hh:mm or hhmm. Is it worth it to support hhmmss as well? ------------- PR: https://git.openjdk.java.net/jdk/pull/8606