I am trying to parse datetime string with SimpleDateFormat.parse() but I keep receiving Unparseable date exceptions.
SimpleDateFormat.parse()
Here is the date format I am trying
The timezone should be GMT-08:00 or -0800 (as Madcore Tom said). See Java docs.
In Java 7 you can use "yyyy-MM-dd'T'HH:mm:ssX"