|
|
@@ -69,7 +69,7 @@ public class DCHelper {
|
|
|
|
|
|
public static String getTime() {
|
|
|
LocalDateTime now = LocalDateTime.now(ZoneId.of("+8"));
|
|
|
- DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMddHHmmss");
|
|
|
+ DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMddHHmmssSSS");
|
|
|
return formatter.format(now);
|
|
|
}
|
|
|
|