#RFC1123

java中将RFC1123日期时间格式化

JDK8新的日期时间类转换方法:packagecom.example;importorg.junit.Test;importjava.time.Instant;importjava.time.ZoneId;importjava.time.ZonedDateTime;importjava.time.format.Date...