emacs-devel
[Top][All Lists]
Advanced

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

Re: format-time-string bug


From: Danilo Segan
Subject: Re: format-time-string bug
Date: Tue, 13 Apr 2004 04:54:18 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

Hi Marcelo,

Today at 3:54, Marcelo Toledo wrote:

> A few days ago I was coding something related to time, then I needed to
> use the function `format-time-stringĀ“ and the code above shows what I
> have found wrong:

Since you're passing the value of  1970-01-01 00:00:03 in GMT as the
time-value to format-string, you probably ought to try adding optional
parameter to format-time-string: 

   (format-time-string "(%H:%M:%S)" (time-subtract t2 t1) t)
                                                          ^ note this
I somehow suspect that you're in GMT-4 timezone ;)

So, I doubt there's any bug here.

Cheers,
Danilo




reply via email to

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