Variable: org-html-metadata-timestamp-format
org-html-metadata-timestamp-format is a customizable variable defined
in ox-html.el.gz.
Value
"%Y-%m-%d %a %H:%M"
Documentation
Format used for timestamps in preamble, postamble and metadata.
See format-time-string for more information on its components.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-metadata-timestamp-format "%Y-%m-%d %a %H:%M"
"Format used for timestamps in preamble, postamble and metadata.
See `format-time-string' for more information on its components."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")
:type 'string)