From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YNT3D7gill4YYgAA0tVLHw (envelope-from ) for ; Tue, 14 Apr 2020 20:53:12 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id IBKqD7sill4oVQAA1q6Kng (envelope-from ) for ; Tue, 14 Apr 2020 20:53:15 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 81731681F2B for ; Tue, 14 Apr 2020 20:53:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id BBC786DE0F39; Tue, 14 Apr 2020 13:53:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gI8EHFJ5IpaR; Tue, 14 Apr 2020 13:53:11 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id BBA8F6DE0C67; Tue, 14 Apr 2020 13:53:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 54B976DE0C67 for ; Tue, 14 Apr 2020 13:53:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N1NuciJfGpux for ; Tue, 14 Apr 2020 13:53:08 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D55456DE0B64 for ; Tue, 14 Apr 2020 13:53:08 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jOSYO-0000ap-2N; Tue, 14 Apr 2020 16:53:08 -0400 Received: (nullmailer pid 4102392 invoked by uid 1000); Tue, 14 Apr 2020 20:53:06 -0000 From: David Bremner To: divan@santanas.co.za, notmuch@notmuchmail.org Subject: Re: timezone in notmuch In-Reply-To: <87zhbd3i5h.fsf@tethera.net> References: <87imi2gop7.fsf@swift.i-did-not-set--mail-host-address--so-tickle-me> <87zhbd3i5h.fsf@tethera.net> Date: Tue, 14 Apr 2020 17:53:06 -0300 Message-ID: <87wo6h3i31.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 X-Spam-Score: -1.01 Authentication-Results: aspmx2.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx2.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Scan-Result: default: False [-1.01 / 13.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; GENERIC_REPUTATION(0.00)[-0.45345120591564]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; SPF_REPUTATION_HAM(0.00)[-0.4519900438998]; R_SPF_ALLOW(-0.20)[+a]; IP_REPUTATION_HAM(0.00)[asn: 27017(-0.18), country: US(-0.01), ip: 50.126.95.6(-0.45)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[notmuch@notmuchmail.org]; TO_DN_NONE(0.00)[]; HAS_LIST_UNSUB(-0.01)[]; DMARC_NA(0.00)[tethera.net]; MX_GOOD(-0.50)[cached: notmuchmail.org]; RCPT_COUNT_TWO(0.00)[2]; MAILLIST(-0.20)[mailman]; FORGED_SENDER_MAILLIST(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:27017, ipnet:50.126.64.0/18, country:US]; RCVD_COUNT_SEVEN(0.00)[8]; FROM_NEQ_ENVFROM(0.00)[david@tethera.net,notmuch-bounces@notmuchmail.org] X-TUID: UBVOYD51KjMq David Bremner writes: > > There's no user customizable variable for this. The code in this part of > notmuch show is fairly simple, so someone could probably figure out how > to pass (notmuch-show-get-timestamp) to the appropriate emacs function > to format the date in the local timezone. I should mention that having "notmuch-show-relative-dates" on hides this problem, since it doesn't use timezones at all. Perhaps you would prefer that (or perhaps not). d