Variable: timeclock-workday
timeclock-workday is a customizable variable defined in
timeclock.el.gz.
Value
28800
Documentation
The length of a work period in seconds.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defcustom timeclock-workday (* 8 60 60)
"The length of a work period in seconds."
:type 'natnum)