From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id o4DSBsw1yl4pHwAA0tVLHw (envelope-from ) for ; Sun, 24 May 2020 08:52:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id eINDAsw1yl5YNQAAbx9fmQ (envelope-from ) for ; Sun, 24 May 2020 08:52:28 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7CB2C9402A0 for ; Sun, 24 May 2020 08:52:27 +0000 (UTC) Received: from localhost ([::1]:38852 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcmMr-0002M4-Fy for larch@yhetil.org; Sun, 24 May 2020 04:52:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcmMV-0002HH-RJ for emacs-orgmode@gnu.org; Sun, 24 May 2020 04:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53149) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jcmMU-0004xw-IR for emacs-orgmode@gnu.org; Sun, 24 May 2020 04:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jcmMU-0005bF-H1 for emacs-orgmode@gnu.org; Sun, 24 May 2020 04:52:02 -0400 Subject: bug#36228: org agenda tags-todo time-zone bug/inconsistency In-Reply-To: Resent-From: Bastien Original-Sender: "Debbugs-submit" Resent-To: emacs-orgmode@gnu.org Resent-Date: Sun, 24 May 2020 08:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 36228 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Gary Fredericks Mail-Followup-To: 36228@debbugs.gnu.org, bzg@gnu.org, fredericksgary@gmail.com Received: via spool by 36228-done@debbugs.gnu.org id=D36228.159031029721470 (code D ref 36228); Sun, 24 May 2020 08:52:02 +0000 Received: (at 36228-done) by debbugs.gnu.org; 24 May 2020 08:51:37 +0000 Received: from localhost ([127.0.0.1]:36461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jcmM5-0005aD-Az for submit@debbugs.gnu.org; Sun, 24 May 2020 04:51:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jcmM3-0005a1-HP for 36228-done@debbugs.gnu.org; Sun, 24 May 2020 04:51:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58137) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcmLx-0004pf-4W; Sun, 24 May 2020 04:51:29 -0400 Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:52354 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jcmLm-0000Hq-22; Sun, 24 May 2020 04:51:26 -0400 Received: by guerry (Postfix, from userid 1000) id EABD81A604DE; Sun, 24 May 2020 10:51:15 +0200 (CEST) From: Bastien References: Date: Sun, 24 May 2020 10:51:15 +0200 Message-ID: <877dx1af7g.fsf@bzg.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: emacs-orgmode@gnu.org List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 36228-done@debbugs.gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: LEj52IQfonsG Hi Gary, Gary Fredericks writes: > I use a (tags-todo "SCHEDULED<\"\"" ()) portion of my org agenda > to suppress scheduled agenda items until their scheduled timestamp > has passed. In more recent commits of emacs I've found this to be an > hour off (possibly due to daylight savings time), in a way that's not > just wrong but also inconsistent with the time shown by the calendar > agenda (so it's probably not related to a more global timezone > configuration). I tried to reproduce this bug with latest Org mode version 9.3.6 and GNU Emacs 28.0.50 and I could not reproduce it. I am closing this bug report -- please feel free to reopen it if you still hit this bug. Thanks, -- Bastien