I'm having trouble grokking NSDateFormatter on OS X 10.4. Does it
support RFC822-style dates?
It should, but you'll have to make your own format string to do that.
NSDateFormatter does make some guesses at the format when getting the
date from a string, but only when it's using 10.0-style behavior, and
even then it's better to just make your own format string.