LocalDate has various overloaded atTime methods, such as this one, which takes two arguments (hour of day and minute):
LocalDateTime todayAt6 = LocalDate.now().atTime(6, 0);
LocalDate has various overloaded atTime methods, such as this one, which takes two arguments (hour of day and minute):
LocalDateTime todayAt6 = LocalDate.now().atTime(6, 0);