What is the easiest or most elegant way to convert a RFC 1123 date (From an HTTP-Expiration-header) to a UNIX timestamp?
Example: Sun, 14 Aug 2005 16:13:03 GMT
Do I really have to 'substr' everything?
strtotime can read that format.
strtotime