How to retrieve time from postgresql without timezone conversion
Our Java application fetches a timestamp (without timezone) type column from the PostgreSQL database. While fetching the data, it converts the time to the local time as expected
Our Java application fetches a timestamp (without timezone) type column from the PostgreSQL database. While fetching the data, it converts the time to the local time as expected