Skip to content

Instantly share code, notes, and snippets.

@rverrips
Created November 11, 2013 12:12
Show Gist options
  • Save rverrips/7412307 to your computer and use it in GitHub Desktop.
Save rverrips/7412307 to your computer and use it in GitHub Desktop.
/** In Microsoft SQL with unixtime ... do **/
Select DATEADD(second, @Unixtime-Variable, {d '1970-01-01'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment