Variable: world-clock-timer-second
world-clock-timer-second is a customizable variable defined in
time.el.gz.
Value
60
Documentation
Interval in seconds for updating the world-clock buffer.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Aliases
display-time-world-timer-second (obsolete since 28.1)
Source Code
;; Defined in /usr/src/emacs/lisp/time.el.gz
(defcustom world-clock-timer-second 60
"Interval in seconds for updating the `world-clock' buffer."
:type 'natnum
:version "28.1")