Function: ido-time-stamp

ido-time-stamp is a byte-compiled function defined in ido.el.gz.

Signature

(ido-time-stamp &optional TIME)

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido-time-stamp (&optional time)
  ;; Time is a floating point number (fractions of 1 hour)
  (/ (float-time time) 3600))