gpt4 book ai didi

javascript - 时刻时区 ("America/Los Angeles") 关闭 3 分钟

转载 作者:行者123 更新时间:2023-12-03 07:01:27 26 4
gpt4 key购买 nike

我编写了一个函数,以 HH:MM A 格式返回 PST/PDT 中的当前时间(例如上午 12:04)

function getTimeStr() {
var currentTime = moment().tz("America/Los_Angeles").format("hh:mm a").toUpperCase();
if(currentTime.charAt(0) === '0') {
currentTime = currentTime.substr(1);
}
return currentTime;
}

但是,时刻时区返回的时间与正确时间相差 3 分钟。

在他们的网站上http://momentjs.com/timezone/时间是正确的,但当我调用该函数时时间不正确。

例如,如果是下午 4:07,我将收到下午 4:04。

我在节点中编写了此代码,并且代码在 AWS EC2 实例上运行。

最佳答案

关于javascript - 时刻时区 ("America/Los Angeles") 关闭 3 分钟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37039745/

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