gpt4 book ai didi

javascript - 为什么 moment.unix(0) 返回 1 小时?

转载 作者:行者123 更新时间:2023-11-30 11:10:44 24 4
gpt4 key购买 nike

var d = moment.unix(0);
console.log(d.hour());

我可能看错了,但为什么 moment.unix(0) 说是 1 小时?还是我做错了什么?

最佳答案

根据 MomentJS Unix Timestamp (seconds) docs您很可能处于 +1 时区

Note: Despite Unix timestamps being UTC-based, this function creates a moment object in local mode. If you need UTC, then subsequently call .utc(), as in:

var day = moment.unix(1318781876).utc();

关于javascript - 为什么 moment.unix(0) 返回 1 小时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53851863/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com