From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35746: Evolution calendar gets the timezone wrong Date: Thu, 16 May 2019 13:13:46 +0200 Message-ID: <87y336hct1.fsf@gnu.org> References: <8736lfrh6y.fsf@sturm.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hREUR-0000Zs-Jq for bug-guix@gnu.org; Thu, 16 May 2019 07:24:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hREKo-0002Cg-DU for bug-guix@gnu.org; Thu, 16 May 2019 07:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hREKo-0002CW-AM for bug-guix@gnu.org; Thu, 16 May 2019 07:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hREKo-0001Ir-3d for bug-guix@gnu.org; Thu, 16 May 2019 07:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736lfrh6y.fsf@sturm.com.au> (Ben Sturmfels's message of "Wed, 15 May 2019 23:16:37 +1000") 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: Ben Sturmfels Cc: 35746@debbugs.gnu.org Hi Ben, Ben Sturmfels skribis: > In Evolution though, all my calendar events show up in UTC time, so I > have appointments showing up at eg. 1am. > > When I go to Edit, Preferences, Calendar and Task, General, under > timezone it says: > > [x] Use system time (UTC) Could you figure out how Evolution determines what the current time zone is? Guix provides /etc/localtime, which is what libc functions use, but I=E2=80= =99m guessing Evolution uses a custom framework, possibly involving a hard-to-believe network of D-Bus services. Thanks, Ludo=E2=80=99.