It looks like when I use the format() function, it automatically convert the original UTC time into my timezone (UTC+8). I have been digging t
format()
try
const formatDate = new Date().toISOString().substr(0, 19).replace('T', ' ');