Hi,
I was able to use a PostgreSQL data source to create a base view including some timestamps of the same format as yours, and successfully imported those without the data being changed. In my case, the data types of the columns in postgres and VDP were both timestamp (without timezone).
While I can’t replicate your issue, I have some ideas:
* Verify that the data types of the columns in Postgres and VDP are consistent e.g. both timestamp or timestamptz.
* Check if you are seeing the same behavior in other tables or rows, where only the date is provided but not the time.
* Furthermore, Denodo doesn’t store your data, rather it directly accesses it from the data source. With this in mind, if feasible, could you try exporting some of the rows from this table in postgres to an Excel file? Then, check if the dates are the same as what you have in the source.
Hope this helps!