class Protocol::HTTP::Header::Date

def << value

@parameter value [String] the new value for the `date` header.

Replaces the current value of the `date` header with the specified value.
def << value
	replace(value)
end