I am seeing an unpleasant problem which have also now seen in mongo as well :) It is possible that I am wrong, but please bear with me. In java the java.util.Date class represents an instant in time.
Spring Batch supports java.util.Date job parameters (there's a dedicated addDate method in JobParametersBuilder). But the DefaultConversionService used in JdbcJobExecutionDao to insert and then parse ...