I get ParseException in second line of the folowing code:
SimpleDateFormat formatter = new SimpleDateFormat("d MMM yyyy kk:mm:ss zzz");
Date response = formatter.parse(dateStr);
Exception:
java.text.ParseException: Unparseable date: "1 Dec 2014 08:32:59 GMT" (at offset 2)
How to solve this?
You need to set the Locale.