sequelize-mysql-timestamp

JSON →
library 1.4.0 ·javascript maintenance
verified Jun 5, 2026

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.