chenzhangyue
2023-10-11 f5d89e06a3915a7e3d0032673f2849a42449c190
src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
@@ -261,6 +261,6 @@
                return null;
            }
        }
        return localDateTime.format(DateUtil.formatterISO8601);
        return localDateTime.format(DateUtil.formatter);
    }
}