I have to parse the following date: 2015-05-04 00:00:00.0 But my formatter can't recognize it.
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("YYYY-MM-DD HH:MM:ss.S").withLocale(Locale.US);
I know it is the last character what is the problem, but don't really know what to put there.