From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; org-timeline -> encode-time: Specified time is not representable Date: Sun, 18 Nov 2007 17:46:29 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195426237 9449 80.91.229.12 (18 Nov 2007 22:50:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 22:50:37 +0000 (UTC) Cc: "carsten atorgmodedotorg"@bridgekeeper.physik.uni-ulm.de, emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 23:50:41 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ItsyF-0004cS-Ml for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 23:50:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itsy2-0006Nk-8r for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 17:50:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItsuP-0000xi-Ed for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:46:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItsuN-0000vL-PG for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:46:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItsuN-0000uz-L2 for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:46:31 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItsuM-0002dy-Ve for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:46:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ItsuL-0003Fw-Ic; Sun, 18 Nov 2007 17:46:29 -0500 In-reply-to: (message from Reiner Steib on Sat, 17 Nov 2007 15:05:19 +0100) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83579 Archived-At: I'm not sure if `org-mode' and `encode-time' are supposed to parse dates like "0000-00-01" correctly. So maybe it's no a bug. ;-) Why are such dates "not representable"? Is it a matter of still using 32-bit time values that start in 1971? I thought that Linux and GNU libc were moving to 64-bit time values. What's the status of that? Do we need to change Emacs to take advantage of that? And what date do those time values start at?