rfc822DatePattern top-level constant

String const rfc822DatePattern

The Z part is not yet implemented according to https://pub.dev/documentation/intl/latest/intl/DateFormat-class.html We will remove it for now and parse the timezone separately.

Implementation

const rfc822DatePattern = 'EEE, dd MMM yyyy HH:mm:ss';