unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Danilo Segan <dsegan@gmx.net>
Cc: emacs-devel@gnu.org
Subject: Re: format-time-string bug
Date: Tue, 13 Apr 2004 04:54:18 +0200	[thread overview]
Message-ID: <86brlwvb8l.fsf@avet.kvota.net> (raw)
In-Reply-To: <87zn9g3an9.fsf@kali.intranet> (Marcelo Toledo's message of "Mon, 12 Apr 2004 21:54:34 -0400")

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

      parent reply	other threads:[~2004-04-13  2:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-13  1:54 format-time-string bug Marcelo Toledo
2004-04-13  1:49 ` Kenichi Handa
2004-04-13  2:54 ` Danilo Segan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86brlwvb8l.fsf@avet.kvota.net \
    --to=dsegan@gmx.net \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).