Fix timezone issue on Postgres (issues: #2810 and #2178) by naskio · Pull Request #2813 · n8n-io/n8n
Using the datatype timestamptz instead of timestamp in Postgres. For that createdAt and updatedAt has been switched from CreateDateColumn and UpdateDateColumn to Column so we can set the type to ti...