A DESCRIPTION OF THE PROBLEM :
According to the doc it should be of the form '2011-12-03T10:15:30', but it is of the form '2011-12-03T10:15:30.999'.
CUSTOMER SUBMITTED WORKAROUND :
Truncating: truncatedTo(ChronoUnit.SECONDS).
FREQUENCY : always
According to the doc it should be of the form '2011-12-03T10:15:30', but it is of the form '2011-12-03T10:15:30.999'.
CUSTOMER SUBMITTED WORKAROUND :
Truncating: truncatedTo(ChronoUnit.SECONDS).
FREQUENCY : always