提交 c03054aa 编写于 作者: J Joerg Jaspert

debianqueued: Fix a brown-paper-bag bug (we just dont know who to assign tthe...

debianqueued: Fix a brown-paper-bag bug (we just dont know who to assign tthe month name.he bag too). strftime %b is better than %B for
上级 5596929f
2008-06-15 Joerg Jaspert <joerg@debian.org>
* debianqueued: Fix a brown-paper-bag bug (we just dont know who
to assign the bag too). strftime %b is better than %B for
the month name.
2008-06-14 Joerg Jaspert <joerg@debian.org>
* debianqueued (process_commands): Add a little note that one
......
......@@ -2134,7 +2134,7 @@ sub send_mail($$$) {
$Email::Send::Sendmail::SENDMAIL = $conf::mail;
}
my $date = sprintf "%s", strftime("%a, %d %B %Y %T %z", (localtime(time)));
my $date = sprintf "%s", strftime("%a, %d %b %Y %T %z", (localtime(time)));
my $message = <<__MESSAGE__;
To: $addr
From: Archive Administrator <dak\@ftp-master.debian.org>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册