GNU bug report logs - #5408
date-to-time problem

Previous Next

Package: emacs;

Reported by: Lennart Borgman <lennart.borgman <at> gmail.com>

Date: Sun, 17 Jan 2010 23:14:01 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Lennart Borgman <lennart.borgman <at> gmail.com>
Cc: 5408 <at> debbugs.gnu.org
Subject: bug#5408: date-to-time problem
Date: Mon, 18 Jan 2010 00:53:32 +0100
On Mon, Jan 18, 2010 at 00:12, Lennart Borgman
<lennart.borgman <at> gmail.com> wrote:

> Is not this one hour wrong?

`date-to-time' calls `timezone-make-date-arpa-standard', but does not
pass it local timezone info, so it assumes GMT.

Compare

ELISP> (timezone-make-date-arpa-standard "Sun Jan 17 22:39:58 2010")
"17 Jan 2010 23:39:58 +0100"
ELISP> (timezone-make-date-arpa-standard "Sun Jan 17 22:39:58 2010" "GMT+1")
"17 Jan 2010 22:39:58 +0100"

    Juanma




This bug report was last modified 15 years and 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.