最佳答案
我将使用以下代码使用 Moment.js 将服务器端的日期时间转换为本地时间。
moment(moment('Wed, 23 Apr 2014 09:54:51 +0000').format('lll')).fromNow()
但我得到的是:
废弃值警告: 瞬间建设回落到 js 日期。这是不鼓励的,并将在即将发布的主要版本中删除。详情请参阅 https://github.com/moment/moment/issues/1407。
看来我摆脱不了它! 我该怎么办?