What\'s wrong with the following code? It throws a ParseException with error offset 0.
final DateFormat df = new SimpleDateFormat(\"EEE MMM dd HH:mm:ss yyyy\");
Is your locale "EN"? If you use English names for the date, make sure you are using that locale
"EN"