pub fn sanitize_rfc822_like_date<S: Into<String>>(s: S) -> String
Expand description

Tries to fix common ways date generators misshandle rfc822/rfc2822.

For more check the source code, Its ~70 lines of code.