From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: Incorrect system time Date: Wed, 09 May 2018 20:35:32 +0000 Message-ID: <87vabw8t4b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGT00-0004oz-F6 for help-guix@gnu.org; Wed, 09 May 2018 13:35:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGSzw-0003uP-C8 for help-guix@gnu.org; Wed, 09 May 2018 13:35:32 -0400 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:36738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGSzw-0003t5-4x for help-guix@gnu.org; Wed, 09 May 2018 13:35:28 -0400 Received: by mail-lf0-x241.google.com with SMTP id t129-v6so12827275lff.3 for ; Wed, 09 May 2018 10:35:27 -0700 (PDT) Received: from guix ([93.100.210.215]) by smtp.gmail.com with ESMTPSA id r189-v6sm934252lfe.81.2018.05.09.10.35.25 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 09 May 2018 10:35:25 -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 Hi all! I got confused with this: Xfce panel clock show the right time, in my config.scm: ... (operating-system ... (timezone "Europe/Moscow") ... but: sudo hwclock --localtime 2018-05-09 19:53:59.559850+0300 (Ok) sudo hwclock --utc 2018-05-09 22:54:06.184854+0300 (wrong!) and time in system logs too are incorrect. In short, I need set system date/time for "Europe/Moscow", everywhere.