Encodes a DateTime to a iterable of string in HTTP date format.
Iterable<String> encodeDate(final DateTime d) => [formatHttpDate(d)];