diff --git a/Lib-datetime.md b/Lib-datetime.md index 55c8242..feebd78 100644 --- a/Lib-datetime.md +++ b/Lib-datetime.md @@ -246,6 +246,7 @@ Options: - [JSR-310](https://github.com/ThreeTen/threeten) - [Joda-Time](https://github.com/JodaOrg/joda-time) - [DateTime](http://joda-time.sourceforge.net/apidocs/org/joda/time/DateTime.html): the datetime as milliseconds from the Unix epoch and a Chronology (calendar system). + - [Chronology](http://joda-time.sourceforge.net/apidocs/org/joda/time/chrono/ISOChronology.html) - [LocalDate](http://joda-time.sourceforge.net/apidocs/org/joda/time/LocalDate.html): a date without a time zone. - [LocalTime](http://joda-time.sourceforge.net/apidocs/org/joda/time/LocalTime.html): a time without a time zone. - [LocalDateTime](http://joda-time.sourceforge.net/apidocs/org/joda/time/LocalDateTime.html): a datetime without a time zone.