May 23, 2020
1:17 p.m.
On 2020-05-22 15:42, Sundar Sarma wrote:
So could you please tell me that how to get the version used by java in joda time??
Joda time uses their own time zone data. I do not think you can ask for the version (but I have not looked into Joda time in ages). You can, however, list the data that Joda time keeps for a time zone by repeatedly calling the method DateTimeZone.nextTransition(instant). HTH Michael Deckers.