Created
July 24, 2014 21:14
-
-
Save trevvvy/a6b2f75b1326fa8efd2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
start_at AT TIME ZONE 'UTC' AT TIME ZONE 'America/Vancouver' | |
from | |
appointments | |
where | |
date(start_at AT TIME ZONE 'UTC' AT TIME ZONE 'America/Vancouver') = '2014-07-24'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment