我正在使用一些代码将本地dateTime保存在localStorage中以启动和关闭帐户。
//Save end date of cancelation action
this.WarrentItem.dateStart = this.timeNow;
this.WarrentItem.dateEnd = this.timeNow;
在我的localStorage中,我有类似的东西。
开始日期:06/03/2019 07:00:00 结束日期:06/03/2019 09:00:00
问题在于两者之间相差不到两个小时。我很困惑这是怎么回事。