From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: Everyone, please stop making my life more difficult Date: Fri, 12 Sep 2014 13:46:00 +0200 (CEST) Message-ID: <20140912.134600.1085572560268739818.hanche@math.ntnu.no> References: <834mwd8j6a.fsf@gnu.org> <20140912095542.GD32586@thyrsus.com> <83y4tp6sc3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1410522405 15686 80.91.229.3 (12 Sep 2014 11:46:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2014 11:46:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 13:46:38 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 1XSPJE-0000bl-KO for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 13:46:36 +0200 Original-Received: from localhost ([::1]:44345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSPJE-0008S6-8S for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 07:46:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSPIw-0008S1-RL for emacs-devel@gnu.org; Fri, 12 Sep 2014 07:46:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSPIr-0005vM-RW for emacs-devel@gnu.org; Fri, 12 Sep 2014 07:46:18 -0400 Original-Received: from hylle05.itea.ntnu.no ([129.241.56.225]:49205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSPIr-0005tR-Kg for emacs-devel@gnu.org; Fri, 12 Sep 2014 07:46:13 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle05.itea.ntnu.no (Postfix) with ESMTP id 83420911F7D for ; Fri, 12 Sep 2014 13:46:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle05.itea.ntnu.no Original-Received: from localhost (unknown [IPv6:2001:700:300:1470:2567:d3a6:917f:e283]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle05.itea.ntnu.no (Postfix) with ESMTPSA id 98F7C911D54; Fri, 12 Sep 2014 13:46:01 +0200 (CEST) In-Reply-To: <83y4tp6sc3.fsf@gnu.org> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.6 on Emacs 24.4.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 129.241.56.225 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:174205 Archived-At: [Eli Zaretskii (2014-09-12 10:33:48 UTC)] > This produces the local time, while we need UTC (a.k.a. "Zulu"). Is > there a way to have a UTC time? AFAIK, the easiest and most reliable way to do that is to set TZ=3DUTC in the environment. =E2=80=93 Harald