DateTime.httpdate(string='Mon, 01 Jan -4712 00:00:00 GMT'[, start=ITALY]) â datetime
Class Public methods
Creates a new Date object by parsing from a string according to some RFC 2616 format.
1 2 | DateTime.httpdate( 'Sat, 03 Feb 2001 04:05:06 GMT' ) #=> #<DateTime: 2001-02-03T04:05:06+00:00 ...> |
Please login to continue.