This commit is contained in:
John Whitington 2019-07-28 13:00:59 +01:00
parent 1cd898ce74
commit 9145e8b049
2 changed files with 24 additions and 0 deletions

Binary file not shown.

View File

@ -2508,6 +2508,30 @@ accuracy dates. For example:
\section{XMP Metadata Date Format} \section{XMP Metadata Date Format}
\label{xmpdate} \label{xmpdate}
These are the possible data formats for \texttt{-set-metadata-date}:
\begin{verbatim}
YYYY
YYYY-MM
YYYY-MM-DD
YYYY-MM-DDThh:mmTZD
YYYY-MM-DDThh:mm:ssTZD
\end{verbatim}
\noindent where:
\medskip
\begin{tabular}{ll}
\texttt{YYYY} & year \\
\texttt{MM} & month (01 = Jan)\\
\texttt{DD} & day of month (01 to 31)\\
\texttt{hh} & hour (00 to 23)\\
\texttt{mm} & minute (00 to 59)\\
\texttt{ss} & second (00 to 59)\\
\texttt{TZD} & time zone designator (\texttt{Z} or \texttt{+hh:mm} or \texttt{-hh::mm})
\end{tabular}
\backmatter \backmatter
\pagestyle{fancy} \pagestyle{fancy}