On 2020-05-21 12:39, Sundar Sarma wrote:
> Still i did not understand why this test case is failing with new 2020a tz.
The version of the IANA database installed in the operating
system may well differ from the version used by Java.time.
The latter can be determined with the method
ZoneRulesProvider.getVersions( String zoneId ).
which gives the version used by Java.
HTH.
Michael Deckers.