From: Greg Hill <ghill@synergymicro.com>
Subject: Computing elapsed time
Date: Tue, 30 Jul 2002 11:42:40 -0700 [thread overview]
Message-ID: <p04310100b96c89c0afaa@[198.17.100.22]> (raw)
The standard Emacs function current-time returns the time since
00:00:00 1/1/1970 as a list of three 16-bit unsigned integers (msw
lsw msec), where
(msw * 2^16) + lsw
gives the number of seconds, and msec gives the additional number of
milliseconds.
I need to compute the difference between two such timestamps as a
single signed integer , accurate to the nearest second (ignoring the
milliseconds is ok), and saturated to -134217728 to 134217727 seconds.
Does anyone have a function that does that?
Thanks.
--Greg
reply other threads:[~2002-07-30 18:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='p04310100b96c89c0afaa@[198.17.100.22]' \
--to=ghill@synergymicro.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.