# File lib/couchrest/model/typecast.rb, line 144 def typecast_hash_to_time(value) Time.utc(*extract_time(value)) end