赞
踩
- TimeZone tz = TimeZone.getDefault();
- String s = "TimeZone "+tz.getDisplayName(false, TimeZone.SHORT)+" Timezon id :: " +tz.getID();
- System.out.println(s);
结果:
TimeZone GMT+08:00 Timezon id :: Asia/Shanghai
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。