# File lib/thinking_sphinx/active_record/sql_builder/query.rb, line 40
      def scope_by_time_zone
        return if config.settings['skip_time_zone']

        self.scope += time_zone_query_pre
      end