-
Classes Class Description org.joda.time.DateMidnight The time of midnight does not exist in some time zones where the daylight saving time forward shift skips the midnight hour. UseLocalDate
to represent a date without a time zone. Or useDateTime
to represent a full date and time, perhaps usingDateTime.withTimeAtStartOfDay()
to get an instant at the start of a day.org.joda.time.TimeOfDay Use LocalTime which has a much better internal implementation and has been available since 1.3org.joda.time.TimeOfDay.Property Use LocalTime which has a much better internal implementationorg.joda.time.YearMonthDay Use LocalDate which has a much better internal implementation and has been available since 1.3org.joda.time.YearMonthDay.Property Use LocalDate which has a much better internal implementation
-
Constructors Constructor Description org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale) Use longer constructor