Jakub Narebski <jnareb@xxxxxxxxx> writes: > Kevin Cernekee <cernekee@xxxxxxxxx> writes: > >> With this feature enabled, all timestamps are shown in the machine's >> local timezone instead of GMT. > > This does not describe why would one want such way of displaying > timestamps, and which views would be affected. > > BTW. should it be timezone of web server (machine where gitweb is > run), or local time of author / committer / tagger as described in the > timezone part of git timestamp? Both are sensible choices; another plausible choice that normal people would want to see is to use the zone of whoever is requesting the page (note that this would affect the caching layer). >> + # Use localtime rather than GMT for all timestamps. Disabled >> + # by default. Project specific override is not supported. >> + 'localtime' => { >> + 'override' => 0, >> + 'default' => [0]}, > > Why project specific override is not supported? Good question. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html