Commit 2e399faf41534c66371b5ad8286f51c3789cf546

Authored by 648540858
1 parent bf1be52e

修复gps位置更新时时间格式错误的问题 #971

src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
... ... @@ -261,6 +261,6 @@ public class SipUtils {
261 261 return null;
262 262 }
263 263 }
264   - return localDateTime.format(DateUtil.formatterISO8601);
  264 + return localDateTime.format(DateUtil.formatter);
265 265 }
266 266 }
267 267 \ No newline at end of file
... ...