Commit aaa5a2b1 authored by 张永's avatar 张永

1

parent e7123efa
......@@ -34,6 +34,8 @@ public class DateUtil {
public static final String FMT_UTC_ALIYUN = "YYYY-MM-DD'T'hh:mm:ss'Z'";
public static final String FMT_YYYY_MM = "yyyy-MM";
public static final String FMT_HH_MM = "HH:mm";
public static final Long SECOND = 1000L;
public static final Long MINUTE = 1000L * 60;
......
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