List of utility methods to do Instant to Date
return new Date(instant.toEpochMilli());
if (moment == null) { return null; Date date = Date.from(moment); return date;