Describe the bug
Using postgres datestyle config set to SQL, DMY all dates used in strapi are returned as null in api and admin-ui.
Steps to reproduce the behavior
- Set postgres datestyle to SQL, DMY
- Create new project on strapi
- Create a content type and add a entry
- Make a api request or in collection table in admin visualize the created_at column
Expected behavior
The date fields must return values, actually the attributes created_at and updated_at are returning only null values.
Screenshots


In database:

System
- Node.js version: v12.18.0
- NPM version: 6.14.4
- Strapi version: 3.0.4
- Database: Postgres
- Operating system: Linux Mint and strapi/base docker image