Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
learningtoqlik
Contributor II
Contributor II

Date time offset while connecting to PostgreSQL Server

We recently migrated our QlikSense enterprise server from on-prem to azure VM.

Since the migration, after day light savings implimentation, one of our data connection that connects to an Amazon Aurora database using an ODBC PostgreSQL unicode connector is returning all tables containing date and time values with the offset of one hour. I have tried comparing all the system and connection settings to the on prem setup and haven't found any setting that is different or can override this. 

Any suggestions.

 

Labels (2)
1 Solution

Accepted Solutions
learningtoqlik
Contributor II
Contributor II
Author

I was able to fix this issue by enforcing timezone within the connector like this. 

Screenshot 2025-06-17 163217.png

 

View solution in original post

3 Replies
DataKnight1
Contributor III
Contributor III

Potentially sounds like a setting Azure side - can this be amended in script?

learningtoqlik
Contributor II
Contributor II
Author

I was able to fix this issue by enforcing timezone within the connector like this. 

Screenshot 2025-06-17 163217.png

 

Rahul18
Contributor II
Contributor II

Check VMs timezone and DST setting
Force the Timezone at ODBC level (Advanced Settings)
Check if timestamps are timestamp with time zone or timestamp without time zone
Override in Qlik Load Script (if needed)