Function: projectile-time-seconds
projectile-time-seconds is a byte-compiled function defined in
projectile.el.
Signature
(projectile-time-seconds)
Documentation
Return the number of seconds since the unix epoch.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-time-seconds ()
"Return the number of seconds since the unix epoch."
(time-convert nil 'integer))