I want time with GMT string too.
But Im not able to get it.
DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd/hh-mm");
dateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
Date date = new Date();
System.out.println("date "+dateFormat.format(date));
But Im getting like this 2015-12-28/11-53 without GMT at the end