if you want to get the number of days you have to ...
# announcements
k
if you want to get the number of days you have to use the overload
localDate.until(otherDate, DAYS)
https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html#until-java.time.temporal.Temporal-java.time.temporal.TemporalUnit-