unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Computing elapsed time
@ 2002-07-30 18:42 Greg Hill
  0 siblings, 0 replies; only message in thread
From: Greg Hill @ 2002-07-30 18:42 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-30 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-30 18:42 Computing elapsed time Greg Hill

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).