Sequelize throws SequelizeDatabaseError when using JavaScript Dates
ran into this problem where Sequelize would not accept the date generated by Javascript's new Date() function when using greater than operator ($gt, $lt).
Read more