import java.time.ZoneId; import java.util.Date; new Date().toInstant().atZone(ZoneId.systemDefault()).toLocalDate().getMonthValue();