Function: time-stamp--format

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

Signature

(time-stamp--format FORMAT TIME)

Documentation

FORMAT a TIME in zone time-stamp-time-zone.

Helper used by time-stamp--string-internal.

Source Code

;; Defined in /usr/src/emacs/lisp/time-stamp.el.gz
(defun time-stamp--format (format time)
  "FORMAT a TIME in zone `time-stamp-time-zone'.
Helper used by `time-stamp--string-internal'."
  (format-time-string format time time-stamp-time-zone))