var text = "2024-04-24 11:27:04"; var s = moment.tz(text, 'Asia/ShangHai') .tz(moment.tz.guess(true)) .format('YYYY-MM-DD HH:mm:ss') console.log(s);