On Mon, 17 May 2010, Howard Chu wrote: > While I've still got my nose stuck in this code, I also noticed this silly bug > - Unix time stamps are not RFC 822 compliant, and ctime() returns a result in > local time, not in GMT, so these stamps were completely wrong. Applied this part, as it seemed obviously correct. // Martin