mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-21 21:07:49 +08:00
修复gps位置更新时时间格式错误的问题 #971
This commit is contained in:
parent
bf1be52e7f
commit
2e399faf41
@ -261,6 +261,6 @@ public class SipUtils {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
return localDateTime.format(DateUtil.formatterISO8601);
|
||||
return localDateTime.format(DateUtil.formatter);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user