current-date-string returns the wrong date format
Closed this issue · 1 comments
GoogleCodeExporter commented
`current-date-string', which is used for the `Date' email header, doesn't
return the date in the format described in RFC 2822, section 3.3 (tested with
Chicken Scheme 4.5.0). The attached patch fixes this (note however that there
is a bug in Chicken's timezone handling which leads to an incorrect timezone
offset on some operating systems).
Original issue reported on code.google.com by datenho...@googlemail.com
on 14 Jul 2010 at 11:05
Attachments:
GoogleCodeExporter commented
Thanks, fixed.
Original comment by alexsh...@gmail.com
on 15 Jul 2010 at 11:13
- Changed state: Fixed