whyclj
2019-07-26 fa8acf3053a0e7df314085749bc49682f4f26031
BattMonitor_FBS9100S_DataBaseBackUp/src/com/backup/DataBaseBackUpThread.java
@@ -134,7 +134,7 @@
    * @return
    */
   public static Date createNomalDate(Date time) {
      String time_str = Com.getDateTimeFormat(time, Com.DTF_YMD) + " 10:36:30";
      String time_str = Com.getDateTimeFormat(time, Com.DTF_YMD) + " 23:59:30";
      //System.out.println(time_str);
      return Com.getDateTimeFromStr(time_str, Com.DTF_YMDhms);
   }