On Mon, 30 Jan 2023 08:41:25 GMT, Per Minborg <pminb...@openjdk.org> wrote:
> > java.time.ZoneOffset > > Maybe I am blind but can you provide a direct reference to an exising JDK > method in `java.time` where we can apply similar optimizations? No problem! We can start from `java.time.ZoneOffset` and its `parse` and `toString` methods. ------------- PR: https://git.openjdk.org/jdk/pull/11840