sequelize-mysql-timestamp
JSON →Adds MySQL TIMESTAMP column support to Sequelize.js. Current stable version 1.4.0 supports Sequelize 3.x and 4.x. It converts TIMESTAMP values to JavaScript Date objects or epoch integers, handling timezone-aware storage. Key differentiator: Sequelize natively only supports DATETIME for MySQL; this library fills the gap for legacy schemas or apps requiring absolute time storage without timezone conversion. Note the Year 2038 problem and limited date range.
Resources
packagesequelize-mysql-timestamp ↗