author | tony.luck@intel.com <tony.luck@intel.com> | |
Sat, 30 Apr 2005 03:27:04 +0000 (20:27 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 30 Apr 2005 03:27:04 +0000 (20:27 -0700) | ||
commit | d167f147dc6995e452cdc374ffcd07f5d9abf0bc | |
tree | 8602fe7cb4bf668fd021ab3bfb2082ac7d535e57 | tree | snapshot |
parent | e1a1388d858fa8522f187d3fdea92ff84e21528c | commit | diff |
[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>
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 | diff | blob | history | |
commit-tree.c | diff | blob | history |