Commit 53171377 authored by 张俊's avatar 张俊

时间格式化问题

parent c80c1a51
...@@ -78,7 +78,7 @@ public class InternalUtils { ...@@ -78,7 +78,7 @@ public class InternalUtils {
public static String getCurrentTime() { public static String getCurrentTime() {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd HH:mm:ss"); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
return sdf.format(new Date()); return sdf.format(new Date());
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment