In Strapi While reading data from Postgres Db getting all dates 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