How do I parse and convert DateTime’s to the RFC 822 date-time format?
- by Oppositional
How do I convert a DateTime structure to its equivalent RFC 822 date-time formatted string representation and parse this string representation back to a DateTime structure? The RFC-822 date-time format is used in a number of specifications such as the RSS Syndication Format.