Hi guys. I'm using DateTime::Format::Mail converting to DateTime::Format::MySQL to parse a mailing list mbox into a database. It's a really great set of modules, and removes all the headaches of converting dates for database entry, for that I thank you all!
I think this is a bug, but I'm not entirely sure, I thought you might want to look at it. Fri, Jun 2 2000 18:55:17 +1100 is not valid, but Fri, 2 Jun 2000 18:55:17 +1100 is. The seem to both be valid in the loose parser setting of DateTime::Format::Mail. I'll do some regexing to work around it for now, but I thought you might want to know! Thanks guys, Chris