Sequelize uses datetimeoffset dataype to insert data into createAt and updatedAt column
simply change the column type of any date / datatime field from existing datetime or datetiem2 to datetimeoffset and it will work fine!
good luck!