<div dir="ltr">we have used this code to get the IANA tz version.<br><br>public static String getTimezoneDatabaseIANAVersion() {<br><br>        File readmeFile = new File(ZONEINFO_PATH, "README");<br>        File alternativeReadmeFile = new File(ZONEINFO_PATH, "README.txt");<br><br>        if (!readmeFile.exists()) {<br>            readmeFile = alternativeReadmeFile;<br>        }<br><br>out read me.txt file contain<br><br>generated by Gradle<br>Based on <a href="http://www.iana.org/time-zones/repository/releases/tzdata2020a.tar.gz">http://www.iana.org/time-zones/repository/releases/tzdata2020a.tar.gz</a><br><br>means we are using correct tzdata2020a.<br><br>But still why there is issue? Something wrong with tz db??<br><div>regards,</div><div>sundar</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 22, 2020 at 9:12 PM Sundar Sarma <<a href="mailto:gkssarma59@gmail.com">gkssarma59@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">ZoneRulesProvider.getVersions( String zoneId ).<br>    which gives the version used by Java.<br><br>this above code gives the version used by java.<br><br>that is correct. Bu the above code is java.time<br><br>we are using joda.time in our application.<br><br>So could you please tell me that how to get the version used by java in joda time??<br><div><br></div><div>thanks,</div><div>sundar</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 21, 2020 at 6:39 PM Michael H Deckers <<a href="mailto:michael.h.deckers@googlemail.com" target="_blank">michael.h.deckers@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
    On 2020-05-21 12:39, Sundar Sarma wrote:<br>
<br>
<br>
> Still i did not understand why this test case is failing with new 2020a tz.<br>
<br>
<br>
    The version of the IANA database installed in the operating<br>
    system may well differ from the version used by Java.time.<br>
    The latter can be determined with the method<br>
         ZoneRulesProvider.getVersions​( String zoneId ).<br>
    which gives the version used by Java.<br>
<br>
    HTH.<br>
<br>
    Michael Deckers.<br>
<br>
<br>
<br>
</blockquote></div>
</blockquote></div>