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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Converting Times Between Time Zones

Hi,
I use Talend date function to try to convert EST timezone to UTC timezone, for example:
TalendDate.parseDate("yyyy-MM-dd HH:mm:ss",TalendDate.formatDateLocale("yyyy-MM-dd HH:mm:ss",new Date(),"GMT"))
But it doesn't work. Is there any function Talend supports? or I have to create a component by myself?
Thanks,
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello
It can be implemented in Talend, you can write your routine to convert it, set 'date' as keyword to search related topics.
If you still have any problem, feel free to post here.
Best regards

shong
Anonymous
Not applicable
Author

Hi, shong:
I found this useful link: ( https://community.talend.com/t5/Design-and-Development/How-to-add-days-in-a-date/td-p/83792) but I don't how to create my "routine" for conversion. Is there a tRoute component? or how to create it?
Thanks,
Vincent
dvdvon56
Contributor
Contributor

really...search "date"...pretty useful