Skip to content

Instantly share code, notes, and snippets.

@ralfbecher
Last active January 19, 2017 15:42
Show Gist options
  • Save ralfbecher/13fbc7105f45747cf923d94a1b9ca15c to your computer and use it in GitHub Desktop.
Save ralfbecher/13fbc7105f45747cf923d94a1b9ca15c to your computer and use it in GitHub Desktop.
Qlik Subtract DST
//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