Why is the Sequelize calendar time zone random?

as shown in the figure, every time I create data, it returns at a strange time
adding this has no effect

timezone: "+08:00"

clipboard.png


doesn't understand what random time zone means. From the updatedAt/createAt at the head and tail, it seems that you have successfully set the time zone.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31336-2bd7a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31336-2bd7a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?