Last active
January 19, 2017 15:42
-
-
Save ralfbecher/13fbc7105f45747cf923d94a1b9ca15c to your computer and use it in GitHub Desktop.
Qlik Subtract DST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//subtract hour from timestamp when DST | |
=TimeStamp(field - frac(ConvertToLocalTime(field,'Berlin') - frac(field)) + 1/24) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment