# File lib/big_record/connection_adapters/column.rb, line 348
        def hash_to_dummy_time_collection(value)
          parse_collection(value).collect{|v| string_to_dummy_time(v.to_s)}
        end