From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Fri, 26 Jun 2015 12:07:46 +0100 Subject: Timezones in CGit Message-ID: <20150626110746.GW18226@serenity.lan> I've just realised that CGit prints dates either in the server's timezone or in UTC. I'm not sure how I've never spotted it before, but I find it a bit surprising considering that Git's normal behaviour is to show author/committer timestamps in the originator's timezone. I'd like to change CGit's behaviour here, but I'm not sure if we can consider it a bugfix when the "local-time" config variable is false or if we need to introduce a new variable to control which of the following timestamps are displayed in: 1. the originator's timezone 2. the server's timezone 3. UTC What do people think? Am I wrong that this is unexpected?