String utcDateString = "Wed, 11 May 1982 12:25:45 GMT"; SimpleDateFormat enDateFormat = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.ENGLISH); enDateFormat.setTimeZone(TimeZone.getTimeZone("UTC")); Date utcDate = null; try { utcDate = enDateFormat.parse(utcDateString); } catch (ParseException e) { } SimpleDateFormat localizedFormat = new SimpleDateFormat("MM-dd HH:mm", Locale.ENGLISH
{{#tags}}- {{label}}
{{/tags}}