|
|
|
@@ -169,7 +169,7 @@ public class PowerBillAutoBuildSchedule { |
|
|
|
now = now.with(TemporalAdjusters.firstDayOfNextMonth()); |
|
|
|
Instant lastday = now.atStartOfDay().atZone(zoneId).toInstant(); |
|
|
|
Date next = Date.from(lastday); |
|
|
|
Map<String, Date> dateMap = new HashMap<>(2); |
|
|
|
Map<String, Date> dateMap = new HashMap<>(3); |
|
|
|
dateMap.put("startdate", first); |
|
|
|
dateMap.put("enddate", last); |
|
|
|
dateMap.put("lastdate", next); |
|
|
|
|