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); }