Skip to content

Instantly share code, notes, and snippets.

@mgreenly
Created January 4, 2012 01:54
Show Gist options
  • Select an option

  • Save mgreenly/1558038 to your computer and use it in GitHub Desktop.

Select an option

Save mgreenly/1558038 to your computer and use it in GitHub Desktop.
SELECT
users.fname,
users.lname,
TIMEZONE('UTC', users.created_at) AT TIME ZONE 'CST6CDT'
FROM
users;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment