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: 
Mcan1701790226
Contributor
Contributor

Adding Time and Zone to date

Hello,

Talend newbie here...

I have the following problem: How do I add hours. Minutes and seconds as well as time zone (format: "yyyy-MM-dd'T'HH:mm:ss'.000Z'" ) to a date field (format: dd.MM.yyy).

For example, "01.01.2023" should be changed to "2023-01-01T07:00:00.000+0000"

Thank you for your Help 🙂

Labels (2)
1 Reply
Anonymous
Not applicable

Hello

If the data type is Date, set the date pattern of this column as below on ​the schema, you will have the expected output.

"yyyy-MM-dd'T'HH:mm:ssZ"

 

Regards

Shong