# File lib/thinking_sphinx/active_record/database_adapters/mysql_adapter.rb, line 18
  def cast_to_timestamp(clause)
    "UNIX_TIMESTAMP(#{clause})"
  end