From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Mazurkiewicz Subject: Guixsd adds 2 hours to a BIOS time Date: Thu, 23 May 2019 00:18:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTXcR-0002QK-Gf for help-guix@gnu.org; Wed, 22 May 2019 16:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTXcQ-00030a-Mo for help-guix@gnu.org; Wed, 22 May 2019 16:13:47 -0400 Received: from mail-qt1-x834.google.com ([2607:f8b0:4864:20::834]:36648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hTXcQ-00030J-Ix for help-guix@gnu.org; Wed, 22 May 2019 16:13:46 -0400 Received: by mail-qt1-x834.google.com with SMTP id a17so4024812qth.3 for ; Wed, 22 May 2019 13:13:46 -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 I live in Poland and I set time in config.scm in this way: (...) (operating-system (host-name "s") (timezone "Europe/Warsaw") (locale "en_US.utf8") (keyboard-layout (keyboard-layout "pl")) (...) Then I changed Warsaw to Paris because both have the same timezone and DST (Daylight Saving Time). In both cases, Warsaw and Paris, Guixsd added two hours to the time that was set in computer BIOS. So the 'date' command in the terminal gave wrong time, to hours later. Setting the BIOS time to a two hours earlier time is not a good solution, I think. What to do to fix this 2 hours offset?