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:
parent
3935cad4e0
commit
35348d2ed9
11
commands.tex
11
commands.tex
|
@ -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}
|
||||||
|
}
|
Loading…
Reference in a new issue