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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to add +5:30 hours to existing date format

Hi Team, 

 

Actually in our DB date format in UTC and we would like to add that to +5:30 hours to that date column (IST);

 

Can you please help me how to add +5:30 hours to date column

 

Regards

Jay

Labels (2)
1 Reply
manodwhb
Champion II
Champion II

@Jayrapolu,convert UTC to IST and then add the hours using TalendDate.addDate() function. you can also check the below link with different way.

https://stackoverflow.com/questions/35653484/how-can-i-convert-local-time-to-utc-and-vice-versa-in-a...