Changes between Version 2 and Version 4 of Ticket #17925
- Timestamp:
- 2019-07-14T17:57:11+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17925 – Description
v2 v4 7 7 It's not easy to support leap seconds in Java because Java date/time classes don't support them. 8 8 9 The only Java librar ythat supportsleap secondsis[https://github.com/MenoData/Time4J Time4J].9 The only Java libraries that support leap seconds are [https://github.com/MenoData/Time4J Time4J] and [https://github.com/ThreeTen/threeten-extra threeten-extra].