I have created a method that lists future dates, the method uses psql's NOW() type. I have been instructed not to use this because the time in the database is different from the time in the system.
Example: where(concert_start_time > NOW)
This is in my rails model. Is there an alternative to using NOW().