Created
June 30, 2017 06:29
-
-
Save ToQoz/563845be0bfbc1c4e999f5838b59d61b to your computer and use it in GitHub Desktop.
This file contains 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
select timestamp 'epoch' + CAST(ts AS BIGINT)/1000 * interval '1 second' from (select 1498783941705 AS ts); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment