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

pull/981/head
648540858 2023-08-01 10:37:00 +08:00
parent bf1be52e7f
commit 2e399faf41
1 changed files with 1 additions and 1 deletions

View File

@ -261,6 +261,6 @@ public class SipUtils {
return null; return null;
} }
} }
return localDateTime.format(DateUtil.formatterISO8601); return localDateTime.format(DateUtil.formatter);
} }
} }