How should I configure SimpleDateFormat in order to be able to parse the following date: Thu, 4 Apr 2013 00:00:00 CET
I tried:
new SimpleDateFormat("EEE dd MMM yyyy HH:mm:ss z");
But it got the following exception:
ERROR java.text.ParseException:
Unparseable date: "Thu, 4 Apr 2013 00:00:00 CET"