Update Log.java

This commit is contained in:
TommyLemon 2022-10-17 21:01:52 +08:00 committed by GitHub
parent 1eb860968c
commit b605e2b2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ public class Log {
}
//默认的时间格式
//默认的时间格式
public static SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss.SSS");
/**