This commit changes the type of fields `startTime`, `endTime`, `createTime` and `lastUpdated` in `JobExecution` and `StepExecution` from `java.util.Date` to `java.time.LocalDateTime`. Resolves #1014
This commit changes the type of fields `startTime`, `endTime`, `createTime` and `lastUpdated` in `JobExecution` and `StepExecution` from `java.util.Date` to `java.time.LocalDateTime`. Resolves #1014