Convert QlikView local time into a Unix timestamp
LET t1 = (num(timestamp#('2013-01-11 18:00:00', 'yyyy-mm-dd hh:mm:ss')) - 25569) * 86400; | |
LET t2 = (num(Now(1) - 25569) * 86400; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment