1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-11-26 19:27:57 +00:00

Added new command utccurrenttime

This commit is contained in:
chhan11 2017-05-25 00:37:49 +02:00
parent 3935cad4e0
commit 35348d2ed9

View file

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