gpt4 book ai didi

node.js - Nodejs 在 mongodb 中存储一小时前的日期值

转载 作者:太空宇宙 更新时间:2023-11-04 02:59:21 24 4
gpt4 key购买 nike

我正在尝试将 nodejs 中的日期值保存到我的 mongodb 中,但保存的值早于一天。更准确地说是一小时。

如果我在 nodejs 中使用 console.log(new Date(this.year, this.month, this.day)); 我得到:

Tue Mar 19 2013 00:00:00 GMT+0100 (CET)

但是在 mongodb 中我有以下记录:

2013-03-18 23:00:00 +0000

记录提前一小时。

但是为什么呢?我需要在 mongodb 中设置时区吗?我正在使用 Os X:

Time Zone: Europe/Berlin

最佳答案

MongoDB 仅以 UTC 格式存储时间。时区转换由应用程序完成。

关于node.js - Nodejs 在 mongodb 中存储一小时前的日期值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14952665/

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