gitweb: Add local time and timezone to git_print_authorship
authorJakub Narebski <jnareb@gmail.com>
Mon, 28 Aug 2006 21:17:31 +0000 (23:17 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 28 Aug 2006 23:44:14 +0000 (16:44 -0700)
Add local time (hours and minutes) and local timezone to the output of
git_print_authorship command, used by git_commitdiff. The code was
taken from git_commit subroutine.

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