Let's add also a try with ISO_ZONED_DATE_TIME
We also have some date as ISO DateTime with Zone...
I really hope we are finally fine with date handling
testing date parsing
Using custom datetimeformatter that can parse milliseconds
Some values in the datestamp field are not stored as Dates but as Strings. It is not clear why, but with this patch we should be able to deal with it and avoid the ugly ClassCastException we are getting.
js script that cannbe run on mongo to transform string dates of the datestamp field into Date
removed useless throws declaration
Using commons.lang3
codebase used to migrate to java8 the production system