From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Everyone, please stop making my life more difficult Date: Fri, 12 Sep 2014 16:29:49 +0300 Message-ID: <83tx4d6k6q.fsf@gnu.org> References: <20140912043652.4D6D8380604@snark.thyrsus.com> <834mwd8j6a.fsf@gnu.org> <20140912095542.GD32586@thyrsus.com> <83y4tp6sc3.fsf@gnu.org> <20140912104929.GA17830@boo.workgroup> <83wq996lbr.fsf@gnu.org> <87tx4dvuvs.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1410528941 7306 80.91.229.3 (12 Sep 2014 13:35:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2014 13:35:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 15:35:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XSR0e-0001LG-Of for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 15:35:32 +0200 Original-Received: from localhost ([::1]:45021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSR0e-0002M9-3K for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 09:35:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSQvZ-0001ni-W1 for emacs-devel@gnu.org; Fri, 12 Sep 2014 09:30:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSQvQ-0006Pa-BR for emacs-devel@gnu.org; Fri, 12 Sep 2014 09:30:17 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSQvJ-00069p-Ec; Fri, 12 Sep 2014 09:30:01 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NBS00F00IAO0N00@a-mtaout20.012.net.il>; Fri, 12 Sep 2014 16:30:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBS00FGFITU1510@a-mtaout20.012.net.il>; Fri, 12 Sep 2014 16:29:55 +0300 (IDT) In-reply-to: <87tx4dvuvs.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174212 Archived-At: > From: David Kastrup > Date: Fri, 12 Sep 2014 15:19:35 +0200 > > Eli Zaretskii writes: > > >> Date: Fri, 12 Sep 2014 12:49:29 +0200 > >> From: Gregor Zattler > >> > >> echo $(date -u --rfc-3339=seconds -d "$(git log -1 --pretty='%ci' > >> ${1})"|sed -e 's/ /T/' -e 's/+00:00//')Z$(git log -1 --pretty='!%ce' > >> "${1}") > > > > I'm pretty shocked that Git doesn't provide a way to show times in > > UTC. > > TZ=UTC git log --date=local ... Thanks, but that's not exactly Git provided option (and is non-portable).