Added new command utccurrenttime

This commit is contained in:
chhan11 2017-05-25 00:37:49 +02:00
parent 3935cad4e0
commit 35348d2ed9
1 changed files with 11 additions and 0 deletions

View File

@ -34,3 +34,14 @@
\end{varwidth}
}
}
\newcommand{\cliline}[2][]{\lstinline[columns=fixed,#1]{#2}}
\newcommand{\utccurrenttime}[0]{%
\today%
T%
\DTMcurrenttime%
\DTMfetchTZhour{now}%
:%
\DTMfetchTZminute{now}
}