MenoData / Time4J

Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese
GNU Lesser General Public License v2.1
424 stars 62 forks source link

Modernize time zone compilers to Java 8+ #954

Closed MenoData closed 2 years ago

MenoData commented 2 years ago

This affects the project TZTool. Background is that Java 6 is no longer supported as target parameter for modern Java compilers.

MenoData commented 2 years ago

A small enhancement is also to enrich the version display of windows zones. With CLDR 39, the version only shows "$Revision$". It should be enhanced by the tz version info as base of the CLDR-content for windows zones, here: "$Revision$ (2021a)".

MenoData commented 2 years ago

time4j-tool-3.0 has now been released containing the changes described here.