From eee0682ce6bacbc72e8dc2527d09242e88b315e7 Mon Sep 17 00:00:00 2001 From: fllodra Date: Fri, 29 Sep 2017 08:53:25 +0200 Subject: [PATCH] Added "ThreeTen-Extra" Library - Additional date-time classes that complement those in JDK 8. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99ab487..190954c 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Almanac Converter](https://github.com/hypotemoose/almanac-converter) - Simple conversion between different calendar systems. * [iCal4j](https://github.com/ical4j/ical4j) - Parse and build iCalendar [RFC 5545](https://tools.ietf.org/html/rfc5545) data models. * [Time4J](https://github.com/MenoData/Time4J) - Advanced date and time library. +* [ThreeTen-Extra](https://github.com/ThreeTen/threeten-extra) - Additional date-time classes that complement those in JDK 8. ## Dependency Injection