Am 15.02.2013 12:06, schrieb Nick Sabalausky:

On Fri, 15 Feb 2013 10:14:20 +0100
Sönke Ludwig sludwig@rejectedsoftware.com wrote:

There already is vibe.inet.message.toRFC822DateTimeString - I'm not

Ahh, I totally missed that! Looks like a very fast implementation, too.

Technically though (and completely "FWIW"), using "GMT" instead of
"+0000" is considered an obsolete form according to RFC 5322.

Right, I remember to have stumbled over this before, but obviously I
haven't taken any action on it. So this would now actually possibly be
the first case where it would make sense to support both.

Not sure how many implementations actually rely on the old standard
though... and also I can't imagine a parser that accepts +0100, but not
+0000. So maybe it makes sense to just eliminate the if statement...