From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: About incorrect system time (solved) Date: Mon, 28 May 2018 03:51:55 +0000 Message-ID: <874lisxwro.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fN6OE-0005C6-MS for help-guix@gnu.org; Sun, 27 May 2018 20:51:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fN6OA-0003rH-Ou for help-guix@gnu.org; Sun, 27 May 2018 20:51:58 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37494) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fN6OA-0003qo-Hw for help-guix@gnu.org; Sun, 27 May 2018 20:51:54 -0400 Received: by mail-wm0-x229.google.com with SMTP id l1-v6so27796393wmb.2 for ; Sun, 27 May 2018 17:51:54 -0700 (PDT) Received: from guix ([93.100.210.215]) by smtp.gmail.com with ESMTPSA id l10-v6sm5580401lja.62.2018.05.27.17.51.51 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 27 May 2018 17:51:52 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org For a long time I could not understand why command 'date' show incorrect time (but 'date -u' displays everything correctly). And this problem is characteristic only for GuixSD! After studying the question, I found that "export TZ=MSK" fix this problem (my timezone is "Europe/Moscow"). But in no other distribution like that was not required. What is it?