I am trying for many hours to parse this date String which is returned by Shodan. "2019-02-23T13:59:13.312401
" ISO format is throwing exception.
java.lang.IllegalArgumentException: Invalid format: "2019-02-14T10:16:35.313860" is too short
at org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:945)
I am using Joda DateTime library with Google Gson. Anyone knows which format is this and how can I convert it to DateTime object from String.?