javascript utc转当地时光
后台传过来的时光:2019-07-03T01:39:51.691242+08:00
转成当地时光:2019-07-02 17:39:51
new Date(2019-07-03T01:39:51.691242+08:00).toISOString().replace(/T/g, " ").replace(/\.[\d]{3}Z/, "") 后台传过来的时光:2019-07-03T01:39: 后台传过来的时光:2019-07-03T01:39:51.691242+08:00
转成当地时光:2019-07-02 17:39:51
new Date(2019-07-03T01:39:51.691242+08:00).toISOString().replace(/T/g, " ").replace(/\.[\d]{3}Z/, "") 后台传过来的时光:2019-07-03T01:39: