Gustav Elmgren
08/30/2022, 3:09 PMtimestamp type in exposed. I have a postgres db with with a table that has a timestamp column. And the timestamp in exposed is of JavaInstantColumnType. Both instant and the column type in postgres does not have a concept of timezones. So why is the system timezone applied when I fetch the column via exposed? Is this possible to prevent?Gustav Elmgren
08/30/2022, 3:19 PMGustav Elmgren
08/30/2022, 3:48 PMjava.sql.Timestamp that is rather strange.