对于分析,我将三个数据保存到MongoDB数据库中:
hour: moment().startOf('hour').toDate()
day: moment().startOf('day').toDate()
month: moment().startOf('month').toDate()
小时和月份是正确的,但是有时候这一天有时会落后1天,为什么?
hour: 2015-02-09 08:00:00.000Z
day: 2015-02-08 00:00:00.000Z
month: 2015-02-01 00:00:00.000Z