timer-duration-words

timer-duration-words is a variable defined in `timer.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Alist mapping temporal words to durations in seconds.

Value:

(("microsec" . 1e-06) ("microsecond" . 1e-06) ("millisec" . 0.001) ("millisecond" . 0.001) ("sec" . 1) ("second" . 1) ("min" . 60) ("minute" . 60) ("hour" . 3600) ("day" . 86400) ("week" . 604800) ("fortnight" . 1209600) ("month" . 2592000) ("year" . 31557600.0))