# File lib/big_record/connection_adapters/column.rb, line 344
        def hash_to_time_collection(value)
          parse_collection(value).collect{|v| string_to_time(v.to_s)}
        end