[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The format of time values in lisp/calendar/time-date.el.
From: |
Richard Stallman |
Subject: |
Re: The format of time values in lisp/calendar/time-date.el. |
Date: |
Mon, 14 Mar 2005 18:43:49 -0500 |
Was there an evolution in format from (HIGH . LOW), via (HIGH LOW), to
(HIGH LOW MICRO)?
Yes. Both (HIGH LOW) and (HIGH LOW MICRO) are valid now.
It is useful to accept (HIGH . LOW) as well.
Shall I fix time-less-p and time-subtract to deal with (HIGH LOW
MICRO) arguments as well?
Yes, please do.
Should they deal with (HIGH . LOW) too?
It would not be a bad thing.
What about the return value of time-subtract (and time-add): should it
be backward compatible in the sense that it returns (HIGH LOW) if both
its arguments are of that format?
Yes.