Junio C Hamano <junkio@xxxxxxx> wrote: > This adds --local-zone option to log family of commands, to > display timestamps in user's local timezone. > > Signed-off-by: Junio C Hamano <junkio@xxxxxxx> > --- > > * I got tired of looking at +0000 timestamps on commits > imported from CVS at day-job. Does not seem to break > existing tests, but I am not sure if this is useful. Not only is it useful, I'd like to see a way to make it my default! (By my default here I mean a .gitconfig thing that I can set, but not making it the git out-of-the-box default.) I don't like looking at timestamps in other people's timezones. If git-log is going to go through the motions of performing unicode translations for my tty, and indent messages, and convert the epoch seconds to a human readable date, it most certainly can be nice and put the times into my default frame of reference. Which is whatever my congresscritters have decided the time is this month... ;-) -- Shawn. - 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