Alexander Reelsen 884b5063a4 Create ISO8601 joda compatible java time formatter ()
The existing formatter being used was not on par with the joda formatter
as it was missing the ability to parse a comma as a separator between
seconds and milliseconds.

While a real iso8601 would be much more complex, this might be
sufficient for some more use-cases.

The ingest date formatter now also uses the iso8601 formatter by
default.

Closes 
2019-02-11 15:11:26 +01:00
..