From 35348d2ed90e7c3090fc16769f83cf314079e692 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Thu, 25 May 2017 00:37:49 +0200 Subject: [PATCH] Added new command utccurrenttime --- commands.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/commands.tex b/commands.tex index 9c46dba..634086c 100644 --- a/commands.tex +++ b/commands.tex @@ -34,3 +34,14 @@ \end{varwidth} } } + +\newcommand{\cliline}[2][]{\lstinline[columns=fixed,#1]{#2}} + +\newcommand{\utccurrenttime}[0]{% + \today% + T% + \DTMcurrenttime% + \DTMfetchTZhour{now}% + :% + \DTMfetchTZminute{now} +} \ No newline at end of file