# File lib/couchrest/model/typecast.rb, line 138 def typecast_hash_to_date(value) Date.new(*extract_time(value)[0, 3].map(&:to_i)) end