[Top][All Lists]
[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
<address@hidden> 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
- bug#5408: date-to-time problem, Lennart Borgman, 2010/01/17
- bug#5408: date-to-time problem, Andreas Schwab, 2010/01/17
- bug#5408: date-to-time problem, Chong Yidong, 2010/01/17
- bug#5408: date-to-time problem,
Juanma Barranquero <=
- bug#5408: date-to-time problem, Lennart Borgman, 2010/01/17
- bug#5408: date-to-time problem, Juanma Barranquero, 2010/01/18
- bug#5408: date-to-time problem, Lennart Borgman, 2010/01/18
- bug#5408: date-to-time problem, Juanma Barranquero, 2010/01/18
- bug#5408: date-to-time problem, Lennart Borgman, 2010/01/18
- bug#5408: date-to-time problem, Juanma Barranquero, 2010/01/18
- bug#5408: date-to-time problem, Chong Yidong, 2010/01/18
- bug#5408: date-to-time problem, Lennart Borgman, 2010/01/18
- bug#5408: date-to-time problem, Juanma Barranquero, 2010/01/18
- bug#5408: date-to-time problem, Lennart Borgman, 2010/01/18