我想获得一个时区的实际偏移量。
我的问题 :
TimeZone tz = TimeZone.getTimeZone("America/Toronto");
int test = tz.getRawOffset();
test = -18000000
-18000000/1000/3600 = -5
或者如果我去https://www.google.fr/search?q=horaire+toronto&oq=horaire+toro&aqs=chrome.1.69i57j0l5.3311j0j7&sourceid=chrome&ie=UTF-8
我看到多伦多在 UTC-4。
它写在文档上,该方法返回 brut offset。
但是我怎样才能得到真正的偏移量?
动漫人物
慕码人8056858
慕哥9229398
相关分类