perl -ML -E'say DateTime::Format::Strptime->new(pattern => "%F %T")-> parse_datetime("2008-11-03 19:03:44")->strftime("%a, %d %b %Y %T EST"); '