API with NestJS #159. Date and time with PostgreSQL and the Drizzle ORM
Briefly

The default setting for DateStyle is ISO, MDY. PostgreSQL uses ISO 8601 standard for dates. Ignoring date format can lead to errors in data entry.
Timezones in databases are managed without automatic conversion in PostgreSQL. Using the appropriate column type is crucial for accurate time representation.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
|
]