Commit 2e399faf41534c66371b5ad8286f51c3789cf546
1 parent
bf1be52e
修复gps位置更新时时间格式错误的问题 #971
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
| @@ -261,6 +261,6 @@ public class SipUtils { | @@ -261,6 +261,6 @@ public class SipUtils { | ||
| 261 | return null; | 261 | return null; |
| 262 | } | 262 | } |
| 263 | } | 263 | } |
| 264 | - return localDateTime.format(DateUtil.formatterISO8601); | 264 | + return localDateTime.format(DateUtil.formatter); |
| 265 | } | 265 | } |
| 266 | } | 266 | } |
| 267 | \ No newline at end of file | 267 | \ No newline at end of file |