Changes between Version 2 and Version 4 of Ticket #17925


Ignore:
Timestamp:
2019-07-14T17:57:11+02:00 (6 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17925 – Description

    v2 v4  
    77It's not easy to support leap seconds in Java because Java date/time classes don't support them.
    88
    9 The only Java library that supports leap seconds is [https://github.com/MenoData/Time4J Time4J].
     9The only Java libraries that support leap seconds are [https://github.com/MenoData/Time4J Time4J] and [https://github.com/ThreeTen/threeten-extra threeten-extra].