I have a table in which every row represents a user. I am also storing the user's time zone as text such as 'America/Denver', 'America/New_York' etc.
Is it possible to write a query that would return users for whom their current time of day is between 1 PM to 11 PM respective to their time zone?