# File lib/thinking_sphinx/adapters/postgresql_adapter.rb, line 30 def cast_to_datetime(clause) "cast(extract(epoch from #{clause}) as int)" end