//获取时间偏移
new Date().getTimezoneOffset()*60*1000
//获取当前时间
Date.now()
// 中时区的时间
const UTCTime = Date.now() + new Date().getTimezoneOffset()*60*1000;
//计算其他地方的时间(格式化)
dateFormat(UTCTime + 时差*60*60*1000)
//获取时间偏移
new Date().getTimezoneOffset()*60*1000
//获取当前时间
Date.now()
// 中时区的时间
const UTCTime = Date.now() + new Date().getTimezoneOffset()*60*1000;
//计算其他地方的时间(格式化)
dateFormat(UTCTime + 时差*60*60*1000)
本文标题:date 时间
本文链接:https://www.haomeiwen.com/subject/difjcdtx.html
网友评论