insant专题

JDK8 开始使用LcoalDateTime Insant DateTimeFormatter

SimpleDateFormat是非线程安全的 [强制] SimpleDateFormat 是线程不安全的类(主要是该类的方法非线程安全),一般不要定义为 static 变量,如果定义为 static , 必须加锁,或者使用 DateUtils 工具类。 正例: 注意线程安全,使用 DateUtils。亦推荐如下处理: private static final Thre