TimeZone
摘要:
package frank;import java.lang.*;import java.util.TimeZone;/** * TimeZone 地球分为24个时区,北京为东八时区类 * */public class App{ public static void main(String[] args)throws Exception { TimeZone tz = TimeZone.getDefault();//获得系统默认时区,可以通过系统修改 String[] tzs = TimeZone.getAvailableIDs();//获得java所支持的时区ID System.ou... 阅读全文
posted @ 2013-10-12 16:30 wp456 阅读(298) 评论(0) 推荐(0)
浙公网安备 33010602011771号