Intl.DateTimeFormat
Web浏览器中可以直接使用
Intl.DateTimeFormat().resolvedOptions().timeZone
不过有些手机浏览器中就不支持此方法,目前已知有小米系统浏览器
,UC 浏览器
Moment Timezone
安装
$ npm install moment-timezone
使用
var moment = require('moment-timezone');
var timezone = moment.tz.guess()
网友评论