public function date_rfc2822($date)
    {
        static $pcre;
        if (!$pcre)
        {