navvy
navvy copied to clipboard
Activerecord query in #next does not respect the configured DB timezone (or default UTC)
The #next method for the ActiveRecord adapter calls Time.now in the query. Time.now does not get converted to db time. This should be changed to Time.current to respect the database's time zone.