I have Created Collection In CMS & added Entry. Now Entered data is stored in Database for Date in timestamp without timezone but same is not reflecting in CMS List as getting date value as null in response.
I’m having the same issue with PostgreSQL version 12.9, but it works fine with version 12.11.
This issue is affecting draft&publish functionality, as Strapi will always read any date data as null (createdAt, updatedAt, and publishedAt).
I tried to use Query Engine API to query to db directly, but the date always return null