dcb
2025-07-14 0e6106783b59c2c4e173ad4b709c1415686e7505
src/test/java/com/se/nsl/AppTest.java
@@ -39,10 +39,16 @@
    @Test
    public void test() {
        //procDepthFiles();
        System.out.println("> test ----------------------");
        readZarr();
        //procDepthFiles();
        //readZarr();
        //collectPngToList();
        SimpleDateFormat YYYYMMDDHHMM = new SimpleDateFormat("yyyy MM dd HH mm ");
        System.out.println(YYYYMMDDHHMM.format(new Date()));
        SimpleDateFormat YYYYMDHM = new SimpleDateFormat("yyyy M d H m ");
        System.out.println(YYYYMDHM.format(new Date()));
    }
    private void procDepthFiles() {