Node.js 远程服务器上的MomentJS问题

Node.js 远程服务器上的MomentJS问题,node.js,momentjs,sequelize.js,Node.js,Momentjs,Sequelize.js,我的远程服务器上的MomentJS出现问题 WARN: 'Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.' 它在我的本地服务器上运行

我的远程服务器上的MomentJS出现问题

WARN: 'Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.'
它在我的本地服务器上运行良好,但我在远程服务器上收到此消息


我使用SequelizeJS和NodeJS来管理我的数据库,问题出现在我的表的“createdAt”列上。

您在本地和远程都有相同版本的moment吗?您确定在两台服务器上都为moment.js提供了相同的日期吗?如果我正确阅读了引用的问题内容,这意味着,在远程服务器上,您提供给moment解析器的日期不是ISO。本地和远程设置之间的差异可以解释这种差异吗?你能在两种情况下都打印出来并给我们看结果吗?如果能看到
createdAt
是如何填写的,那就太好了。。。