sequelize-date-no-tz-postgres

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

This package extends Sequelize to support the DATE_NO_TZ data type for PostgreSQL, enabling storage of timestamps without time zone (equivalent to PostgreSQL's timestamp without time zone). The current version is 1.0.0. It is a minimal utility that wraps Sequelize's DataTypes to add the missing DATE_NO_TZ type, addressing an open Sequelize issue. It is not actively maintained and has no updates since initial release. It is a simple drop-in solution for users who need to work with timestamps that ignore timezone conversion.