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.

Menu