我也想用GMT字符串。如何用GMT等待時間2016-02-28/20:31 GMT
但我不能得到它。
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));
但是我越來越喜歡這個2015年12月28日/ 11-53 無格林尼治時間結束
http://stackoverflow.com/questions/308683/how-can-i-get-the-current-date-and-time-in-utc-or-gmt-in-java –
這已被問及回答之前在(http://stackoverflow.com/questions/308683/how-can-i-get-the-current-date-and-time-in-utc-or-gmt-in-java) –