📜  获取时区 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:30.257000             🧑  作者: Mango

代码示例3
var timedifference = new Date().getTimezoneOffset();
//This returns the difference from the clients timezone from UTC time. You can then play around with it as you like.