src/main/java/com/yeshi/buwan/util/TimeUtil.java
@@ -83,7 +83,7 @@ SimpleDateFormat sdf = new SimpleDateFormat(format); try { date = sdf.parse(st); LogUtil.i(date.getTime() + ""); // LogUtil.i(date.getTime() + ""); return date.getTime(); } catch (Exception e) { e.printStackTrace();