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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
ingridmerx
Contributor III
Contributor III

European time zone when converting ldap field

In my load script I converted an LDAP field, but it shows the UTC time. To be in European (Amsterdam) time it should be minus one hour. What is the best way to achieve this?

I used:

timestamp(left(lastLogon,11)/86400-109205)

1 Solution

Accepted Solutions
ingridmerx
Contributor III
Contributor III
Author

Found out myself :

timestamp((left(lastLogon,11)/86400-109205)+time#('01:00:00','hh:mm:ss'),'YYYY-MM-DD hh:mm:ss') as ADLastlogon

View solution in original post

1 Reply
ingridmerx
Contributor III
Contributor III
Author

Found out myself :

timestamp((left(lastLogon,11)/86400-109205)+time#('01:00:00','hh:mm:ss'),'YYYY-MM-DD hh:mm:ss') as ADLastlogon