I am getting date in this format "Sat May 02 2015 00:00:00 GMT+0500 (Pakistan Standard Time)"
When i parse this using format
SimpleDateFormat sdf = new SimpleDateFormat(EEE MMM dd yyyy HH:mm:ss zZ (zzzz))
i get unparsable date exception which obviously means my format is wrong. Can some tell me what could be the right format for this . What to write for "(Pakistan Standard Time)" .