bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5408: date-to-time problem


From: Juanma Barranquero
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@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]