From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#29212: XLockMore displays wrong time Date: Thu, 09 Nov 2017 07:29:52 +0100 Message-ID: <87vaik2cdb.fsf@GlaDOS.home> References: <87k1z04z3r.fsf@GlaDOS.home> <87tvy4sd2v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCgMl-0000xB-60 for bug-guix@gnu.org; Thu, 09 Nov 2017 01:31:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCgMg-0003y8-9m for bug-guix@gnu.org; Thu, 09 Nov 2017 01:31:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50659) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eCgMg-0003y2-6q for bug-guix@gnu.org; Thu, 09 Nov 2017 01:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eCgMg-0006mp-1G for bug-guix@gnu.org; Thu, 09 Nov 2017 01:31:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvy4sd2v.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 08 Nov 2017 21:57:44 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29212@debbugs.gnu.org Hello Ludo, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Since GuixSD provides /etc/localtime already, we can actually unset TZ. > And when we do so, setuid binaries simply honor /etc/localtime and don=E2= =80=99t > go searching for timezone data elsewhere, and they see the right time. > > Can you confirm that: > > (unset TZ; xlock) > > works for you? Yes, it displays the correct time. Thanks, Diego