Skip to content

Instantly share code, notes, and snippets.

@vigneshblue
Created December 19, 2018 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigneshblue/2237293d9451b3bb15e26d4dc00b8ecd to your computer and use it in GitHub Desktop.
Save vigneshblue/2237293d9451b3bb15e26d4dc00b8ecd to your computer and use it in GitHub Desktop.
Rails where query to find week day with pg
"extract(dow from starting_time::TIMESTAMPTZ AT TIME ZONE INTERVAL '#{Time.zone.now.formatted_offset}'::INTERVAL) = ?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment