648540858
2023-08-01 2e399faf41534c66371b5ad8286f51c3789cf546
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);
    }
}