class Protocol::HTTP::Header::Date

def << value

def << value
	replace(value)
end

def to_time

def to_time
	::Time.parse(self)
end