In this code,
Instant i = Instant.ofEpochMilli(inputDate);
ZonedDateTime zonedDateTime = ZonedDateTime.ofInstant(instance, ZoneId.of(marketplaceIdToZoneMap.get(timeZone)));
I just want this time zoneDateTime to be end of the day,
like if value of zonedDateTime is : 2019-11-14 12:00:99
Output should come as 2019-11-14 23:59:59