send-email: format 2822 datestring ourselves.
authorJakub Narebski <jnareb@gmail.com>
Fri, 7 Jul 2006 18:57:55 +0000 (20:57 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Jul 2006 19:17:49 +0000 (12:17 -0700)
It is not worth trying to force C locale (and failing) just to
format the 2822 datestring.

This code was borrowed from /usr/bin/822-date (Ian Jackson and
Klee Dienes, both in public domain), per suggestion by Eric Wong.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Acked-by: Jakub Narebski <jnareb@gmail.com>
No differences found