gitweb: Unify the way long timestamp is displayed
commitce71b07632c71c2e6f4732abd3db6d59fb1bb924
authorJakub Narebski <jnareb@gmail.com>
Thu, 28 Apr 2011 19:04:08 +0000 (28 21:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 May 2011 18:22:45 +0000 (24 11:22 -0700)
tree232044b4871981b8636681be8f6597027bb1e45c
parent256b7b4883231ae9c7f24f2cb4170f61e00704e1
gitweb: Unify the way long timestamp is displayed

format_timestamp_html loses its "-localtime => 1" option, and now
always print the local time (in author/comitter/tagger local
timezone), with "atnight" warning if needed.

This means that both 'summary' and 'log' views now display localtime.
In the case of 'log' view this can be thought as an improvement, as
now one can easily see which commits in a series are made "atnight"
and should be examined closer.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl