Philippe Marschall opened BATCH-2590 and commented
Currently all timestamps on JobExecution and StepExecution are of type java.util.Date. It would be cool if instead they could be directly a Java 8 Date Time API type, OffsetDateTime and ZonedDateTime are obvious candidates.
Ideally the data type of the corresponding database would be changed from TIMESTAMP to TIMESTAMP WITH TIME ZONE as well.
No further details from BATCH-2590
Philippe Marschall opened BATCH-2590 and commented
Currently all timestamps on
JobExecutionandStepExecutionare of typejava.util.Date. It would be cool if instead they could be directly a Java 8 Date Time API type,OffsetDateTimeandZonedDateTimeare obvious candidates.Ideally the data type of the corresponding database would be changed from
TIMESTAMPtoTIMESTAMP WITH TIME ZONEas well.No further details from BATCH-2590