# File lib/couchrest/model/typecast.rb, line 133
        def typecast_hash_to_datetime(value)
          DateTime.new(*extract_time(value))
        end