gpt4 book ai didi

node.js - momentJS 获取 UTC 时间戳

转载 作者:IT老高 更新时间:2023-10-28 23:01:19 35 4
gpt4 key购买 nike

伙计们,我无法使用 momentjs 获取 UTC 时间戳。希望有人能指出我正确的方向

var start = Date.now();
var utc = moment.utc(start).toDate();

var utc = moment.utc().toDate();
Tue Nov 11 2014 13:45:13 GMT-0500 (EST)

返回我所在的 EST 时区,而不是 UTC。如何获取 UTC 中的 Javascript 日期?

如果我这样做

var utc= moment.utc();
console.log(utc);

输出是

 { _useUTC: true,
_isUTC: true,
_l: undefined,
_i: undefined,
_f: undefined,
_d: Tue Nov 11 2014 13:43:21 GMT-0500 (EST) }

谢谢

最佳答案

评论中最简单的答案:

moment.utc().valueOf()

提供 UTC 时间戳

关于node.js - momentJS 获取 UTC 时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26871886/

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