use DateTime::Format::Factory;

unit class DateTime::Format::RFC2822 is DateTime::Format::Factory;

## RFC2822
##
##  Tue, 30 Apr 2013 12:05:17 -0700
##

method FORMAT { '%a, %d %b %Y %T %Z' }

# vim: expandtab shiftwidth=4
