LocalDateTime LocalDate LocalTime
1.LocalDateTime相较于LocalDate LocalTime, 使用频率要高
Instant的使用
Instant instant = Instant.now();
sout.instant 本初子午线的时间
如下:
2.DateTimeFormatter:格式化或解析日期 时间
类似于SimpleDateFormatter

LocalDateTime LocalDate LocalTime
1.LocalDateTime相较于LocalDate LocalTime, 使用频率要高
Instant的使用
Instant instant = Instant.now();
sout.instant 本初子午线的时间
如下:
2.DateTimeFormatter:格式化或解析日期 时间
类似于SimpleDateFormatter