How can I elegantly print the date in RFC822 format in Perl?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
The DateTime suite gives you a number of different ways, e.g.:
Update: to give time for some particular timezone, add a time_zone argument to now():
|
||||
|
|