ISO8601時間格式之間的轉換

@Test public void ad() throws ParseException { TimeZone tz = TimeZone.getTimeZone("UTC"); DateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"); df.setTimeZone(tz); Syst
相關文章
相關標籤/搜索