From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Fix two false failures in org's test suite Date: Thu, 10 Aug 2017 22:46:29 +0200 Message-ID: <871soj882i.fsf@nicolasgoaziou.fr> References: <87y3qr9186.fsf@nicolasgoaziou.fr> <38D8B898-1E62-4916-AD55-DA42DE5D7CA7@utexas.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfuLm-0006t6-1B for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 16:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfuLh-0001LH-KU for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 16:46:38 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:44687) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfuLh-0001Kt-E5 for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 16:46:33 -0400 In-Reply-To: <38D8B898-1E62-4916-AD55-DA42DE5D7CA7@utexas.edu> (Galen Menzel's message of "Thu, 10 Aug 2017 10:58:00 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Galen Menzel Cc: emacs-orgmode@gnu.org Hello, "Galen Menzel" writes: > org-deadline-close-p interprets its timestamp-string argument as being > in the local time zone (i.e., the call to encode-time that results > from calling org-deadline-close-p always has a nil zone argument). > Since we are using "2016-06-03 Fri 01:43" as the ersatz current time > to check if deadlines are close, then "2016-06-03 Fri 01:43" should be > in the local time zone as well. > > As I would expect, forcing UTC here makes the test fail on my machine. OK! Applied. Thank you. Regards, -- Nicolas Goaziou