Function: vc-default-annotate-current-time

vc-default-annotate-current-time is a byte-compiled function defined in vc-annotate.el.gz.

Signature

(vc-default-annotate-current-time BACKEND)

Documentation

Return the current time, encoded as fractional days.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
(defun vc-default-annotate-current-time (_backend)
  "Return the current time, encoded as fractional days."
  (vc-annotate-convert-time))