# File lib/thinking_sphinx/adapters/postgresql_adapter.rb, line 66 def time_difference(diff) "current_timestamp - interval '#{diff} seconds'" end