Skip to content

Instantly share code, notes, and snippets.

@hpatoio
Created November 17, 2012 22:09
Show Gist options
  • Select an option

  • Save hpatoio/4100664 to your computer and use it in GitHub Desktop.

Select an option

Save hpatoio/4100664 to your computer and use it in GitHub Desktop.
Convert unix timestamp to date in MsSQL
SELECT dateadd(ss, {field_name}, '19700101') FROM {your_table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment