64850858
2021-07-14 e48ef997c03b49c8090970f5fbb29ce80b0ac6df
src/main/java/com/genersoft/iot/vmp/gb28181/utils/DateUtil.java
@@ -7,7 +7,7 @@
/**    
 * @Description:时间工具类,主要处理ISO 8601格式转换
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月8日 下午3:24:42     
 */
public class DateUtil {
@@ -46,7 +46,7 @@
      Date date;
      try {
         date = format.parse(formatTime);
         Long timestamp=date.getTime();
         Long timestamp=date.getTime()/1000;
         //转换为Date类
         return timestamp;
      } catch (ParseException e) {