timer-set-time
timer-set-time is a compiled Lisp function in `timer.el
'.
(timer-set-time TIMER TIME &optional DELTA)
Set the trigger time of TIMER to TIME.
TIME must be in the internal format returned by, e.g., `current-time'.
If optional third argument DELTA is a positive number, make the timer
fire repeatedly that many seconds apart.