Get time zone from time zone offset or the Date in Angularjs
本问题已经有最佳答案,请猛点这里访问。
我在格式中有一个Date变量effectiveDt
2018年10月23日星期二00:00:00 GMT-0400(东部夏令时间)
我想从上面的日期获得Zone id(例如,America / Dominica,US / Hawaii等..)
我尝试使用effectiveDt.getTimezoneOffset(),它只给出偏移值
请建议如何检索区域ID
提前致谢
内化Api
可用于获取用户时区。
1 | console.log(Intl.DateTimeFormat().resolvedOptions().timeZone) |