r863535 | dlr | 2007-02-21 18:59:53 -0600 (Wed, 21 Feb 2007) A follow-up to r23376 correcting handling of dates included in the output, which still resembles: From dlr Wed Feb 21 04:53:48 PM 2007 Date: Wed, 21 Feb 2007 04:53:48 PM -0800 ... * tools/hook-scripts/commit-email.pl.in Include the POSIX module for the strftime() function. Format the current date, rather than the date of the commit, for use in the mbox "From " line (when the --stdout option is used), and in the "Date: " header. Patch by: Stefan Reinauer <stepan@coresystems.de> me
r863450 | dlr | 2007-02-11 14:07:30 -0600 (Sun, 11 Feb 2007) * tools/hook-scripts/commit-email.pl.in Add a "Date: " header to all outgoing emails (rather than only when invoked with the --stdout option). Change the formatting of the header to be "Sun, 11 Feb 2007 12:05:15 -0800", rather than "Sun, Feb 11 2007 12:05:15 -0800". Suggested by: Stefan Reinauer <stepan@coresystems.de>