SimpleDateFormat: unparseable date exception
问题 After looking after several existing posts, I am still not able to get my SimpleDateFormat parser working. Here is the code: SimpleDateFormat df = new SimpleDateFormat( "EEE, dd MMM yyyy HH:mm:ss Z", Locale.US); try { volcanoListDate = df.parse(currentValue); } catch (ParseException e) { Log.d("DEBUG", e.toString()); Log.d("DEBUG", currentValue); } I always end up with a ParseException. Here is the output of the debug messages: 06-09 23:52:17.478: DEBUG/DEBUG(2436): java.text.ParseException: