[PATCH] Fix AUTHOR_DATE timezone confusion
authortony.luck@intel.com <tony.luck@intel.com>
Sat, 30 Apr 2005 03:27:04 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 03:27:04 +0000 (20:27 -0700)
commitd167f147dc6995e452cdc374ffcd07f5d9abf0bc
tree8602fe7cb4bf668fd021ab3bfb2082ac7d535e57
parente1a1388d858fa8522f187d3fdea92ff84e21528c
[PATCH] Fix AUTHOR_DATE timezone confusion

This switches git-commit-tree to using curl_getdate() for the
AUTHOR_DATE, and thus fixes the problem with "mktime()" parsing dates in
the local timezone.  It also ends up being more permissive about the
format of the date.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
commit-tree.c