Ruby | DateTime httpdate() function
DateTime#httpdate() : httpdate() is a DateTime class method which returns a new DateTime object by parsing from a string according to some RFC 2616 format. Syntax: DateTime.httpdate() Parameter: DateTime values Return: A new DateTime object by parsing from a string according to some RFC 2616 format.