android中 utc 和 當地時間的轉換

/** * 當地時間 ---> UTC時間 * @return */ public static String Local2UTC(){ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); sdf.setTimeZone(TimeZone.get
相關文章
相關標籤/搜索