I needed to parse RSS/Atom feeds and I was rather surprised to find that the standard .NET class libraries do not include a convenient way to successfully parse strings like "Tue, 01 Dec 2009 10:22:00 EST". The problem lies in the last part
Read More