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.

Internal helper used by time-stamp-string-preprocess.

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'.
Internal helper used by `time-stamp-string-preprocess'."
  (format-time-string format time time-stamp-time-zone))