commit | 6368d9f1af7a5d4c8af2f11ffdb6af577f1e98f5 | [log] [tgz] |
---|---|---|
author | Jakub Narebski <jnareb@gmail.com> | Sat Mar 19 23:53:55 2011 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Mar 19 21:46:32 2011 -0700 |
tree | 88d280ce2fc7c6219b00b63d687d0a004f0ac918 | |
parent | 958bf6b768aa10fa3985886d312bd0365dee7677 [diff] |
gitweb: Always call parse_date with timezone parameter Timezone is required to correctly set local time, which would be needed for future 'localtime' feature. While at it, remove unnecessary call to the function from git_log_body, as its return value is not used anywhere. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>