src/main/java/com/se/simu/utils/ZarrUtils.java
@@ -66,7 +66,7 @@ int rowIndex = 0; SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd HH:mm"); for (StationRainVo record : stationRainVos) { long value = sdf.parse(record.getDatetime()).getTime(); long value = sdf.parse(record.getDatetime()).getTime()/1000; zarrArray.write(value); rowIndex++; }