马老师AI人工智能工程师2022
ublic class Test {
public static void main(String[] args) {
List<LocalDateTime> timeList = LocalDateTimeUtil.listBetweenDate("2022-11-04 19:30:00", "2022-11-05 16:30:00");
//[2022-11-04T19:30, 2022-11-05T16:30]
System.out.println(timeList);
}

