From mboxrd@z Thu Jan 1 00:00:00 1970 From: dboyd2@mmm.com (J. David Boyd) Subject: Re: Time-zone in dates Date: Fri, 26 Jun 2015 10:38:05 -0400 Message-ID: References: <87zj3moadx.fsf@gmail.com> <87zj3mv9rb.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Ulr-0003yi-E0 for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 10:38:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8Ulk-0003sn-8B for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 10:38:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:48229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Ulk-0003sX-1j for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 10:38:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z8Uli-0002Ba-1w for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 16:38:14 +0200 Received: from 169.15.136.127 ([169.15.136.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jun 2015 16:38:14 +0200 Received: from dboyd2 by 169.15.136.127 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jun 2015 16:38:14 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Friday, 26 Jun 2015 at 16:40, Oleg Sivokon wrote: >> Hello, list. >> >> I was looking for a way to add time-zone to the date recrod, something >> like: <2015-07-05 Sun 20:00 GMT+0>. I was told that it's very likely >> that the functionality isn't there, so I wonder if it's really so, and >> if indeed so, then what would it take to add it? > > It is indeed so. What would it take? Somebody to program the > functionality in but this is a major challenge as time stamps are a > fundamental building block of org and it would likely need to be upwards > compatible... I can see that being a real pain. The simple way would 'just' be to convert everything to UTC in the background for comparison. Nothing I want to do! Dave