help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to: 96 bit Date-time arithmetic?


From: Siegfried Heintze
Subject: Re: How to: 96 bit Date-time arithmetic?
Date: Sat, 31 Aug 2002 12:21:28 -0600

While I am still curious about 96 bit arithmetic, here an alternative
attempt. Why does not it work?

(setq x (decode-time (current-time)))
(setq y (list (car x) (cadr x)  (caddr x) (1- (cadddr x))
       (nth 5 x) (nth 6 x) (nth 7 x)(nth 8 x) ))
(apply 'encode-time x) ; no error

(apply 'encode-time y) ; error -- why?





reply via email to

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