📜  获取时区 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:21.500000             🧑  作者: 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.