exactly this. however the only pitfall it has has ...
# announcements
k
exactly this. however the only pitfall it has has actually to do with durations.
LocalDate.until
will return a
Period
which is something like "one month and 3 days" so instead of 34 days you suddenly have 3. https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html#until-java.time.chrono.ChronoLocalDate-