SyntaxFix
Write A Post
Hire A Developer
Questions
I had this issue, and I set the Locale to US, then it work.
Locale
US
static DateFormat visitTimeFormat = new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy",Locale.US);
for String "Sun Jul 08 00:06:30 UTC 2012"
String
"Sun Jul 08 00:06:30 UTC 2012"