pub const TMPL_VAR_DOC_FILE_DATE: &str = "doc_file_date";Expand description
Contains the date of the file the command line option <path> points to.
The date is represented as an integer the way std::time::SystemTime
resolves to on the platform. Only available in the
tmpl.from_text_file_content, tmpl.sync_filename and HTML templates.
Note: this variable might not be defined with some file systems or on some
platforms.