# File lib/big_record/connection_adapters/column.rb, line 434 def fast_string_to_date(string) if string =~ Format::ISO_DATE new_date $1.to_i, $2.to_i, $3.to_i end end