Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

(dkubb) Re: (1) RFC-Compliant Date String for Mail::Mailer

by dkubb (Deacon)
on Dec 05, 2001 at 09:04 UTC ( [id://129527]=note: print w/replies, xml ) Need Help??


in reply to RFC-Compliant Date String for Mail::Mailer

An easy way to generate an RFC-compliant Date header string is to use time2str() from Date::Format:

use Date::Format qw(time2str); my $date = time2str('%a, %d %b %Y %H:%M:%S %z', time));

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://129527]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found