int dayOfWeek = LocalDate.now().getDayOfWeek.getValue();
This code returns a different number depending on where you are (Monday might be 1 or 2). i