微信扫码登录
10
211
1823
金牌会员
hungheo 发表于 2024-7-27 23:09 我也是怎么设置都没用,最后用function转换一下时区,暂时解决
使用道具 举报
11
263
2611
tangyali 发表于 2025-7-25 20:16 麻烦把函数贴出来一下好吗?感谢
// UTC+0 时间转换成北京时间UTC+8 function toBeijingTime(timeStr) { const date = new Date(timeStr); const localTime = new Date(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate(), date.getUTCHours() + 8, date.getUTCMinutes(), date.getUTCSeconds()); return `${localTime.getHours().toString().padStart(2, '0')}:${localTime.getMinutes().toString().padStart(2, '0')}`; }
hungheo 发表于 2025-7-25 22:00 使用: const time = toBeijingTime(任意UTC+0时间);
0
1
21
新手上路
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-8-31 21:58 , Processed in 0.078200 second(s), 5 queries , MemCached On.
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.