文件名称:java SimpleDateFormat 显示于系统时间不符
文件大小:65KB
文件格式:REG
更新时间:2015-01-26 10:15:03
SimpleDateFormat GregorianCalendar Calendar
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); date.setTime(time); System.out.println(sdf.format(date)); 发现时间于想要的时间不符,请运行Time.reg文件