how to set first day of the year for this(my) program correctly ? firstly tried and failed with: LocalDate now = LocalDate.now(); LocalDate firstDay = now.with(firstDayOfYear()); changed all to "set" still wrong output. thank you