JodaTime
Joda-Time is an open-source date and time library for Java. It provides a comprehensive, consistent API for handling dates, times, time zones, durations, and chronology, addressing shortcomings of the built-in java.util.Date and Calendar classes.
Developed by Stephen Colebourne and others, Joda-Time was released in 2007 and became widely adopted as the
Its core types include DateTime (an immutable instant with a time zone), LocalDate, LocalTime, LocalDateTime, Instant,
It offers precise arithmetic, parsing and formatting using DateTimeFormatter equivalents, and robust interval and range operations
Joda-Time influenced the design of java.time; the modern Java time API integrates concepts such as clocks, instants,