Subject: | Wrong date |
Using Time::Local for e-mails is completely bad idea, because
Time::Local use locale for days of week and months, while RFC-822
obviously requires English names.
It results in fields like this:
Date: Чт, Лип 2007 FLE Daylight Time
While it should be something like this:
Date: Fri, 13 Jul 2007 17:31:52 +0300
--
Serguei Trouchelle