I have this code
Instant now = Instant.now(); if(ammountDays >= 0){ now = now.plus(ammountDays, ChronoUnit.DAYS); }else{ now = now.minus(Math.abs(ammou