function rTime(date) {
    var json_date = new Date(date).toJSON();
    return new Date(new Date(json_date) + 8 * 3600 * 1000).toISOString().replace(/T/g, ' ').replace(/\.[\d]{3}Z/, '') 
}

相关文章:

  • 2022-12-23
  • 2021-11-23
  • 2021-11-01
  • 2022-12-23
  • 2022-01-09
  • 2022-01-26
  • 2021-11-18
  • 2021-11-18
猜你喜欢
  • 2021-10-15
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案