+2000-10-13 John Wiegley <johnw@gnu.org>
+
+ * calendar/timeclock.el (timeclock-find-discrep): A fix to same
+ faulty math, where holiday hours were being computing as seconds.
+
2000-10-13 John Wiegley <johnw@gnu.org>
* desktop.el (desktop-buffer-modes-to-save): Added a global for
(setq last-date-limited
(timeclock-time-to-date (cadr event))
last-date-seconds
- (string-to-number (nth 2 event))))
+ (* (string-to-number (nth 2 event)) 3600)))
((equal (car event) "i")
(when (and (nth 2 event)
(> (length (nth 2 event)) 0))