I would like to deserilize a json string with datetime information such as 2016-07-22T11:20:48.430-07:00 to a date time object using Jackson, currently, I am using joda Datetime, it works fine, I was able to convert 2016-07-22T11:20:48.430-07:00 to Datetime (UTC).
However, I want to use java 8 date time object, any recommendation? localDateTime do not have time zone information, and zoneDateTime seems not be able to deal with format like: 2016-07-22T11:20:48.430-07:00