[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: KMP at MIT-MC, (BUG LISP) at MIT-MC
- From: GLS at MIT-MC (Guy L. Steele, Jr.)
- Date: Sat, 4 Nov 78 08:10:00 GMT
- Original-date: 4 NOV 1978 0310-EST
One way to do this is to get the time, the date, the dow, and then
the time again, in that order, and see if the second time is less
than the first. If so, you wrapped around midnight, and must
fetch the date and dow again. It's a kludge, and assumes
that the whole operation takes less than 24 hours, which I think
is a resonable assumption, but shoould work.