From 7b6cb145797f1fe6b6a49b40839e843f09b3f515 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Fri, 3 Jul 2020 18:25:04 +0000 Subject: [PATCH 1/1] chore(unitproc):bktemp-dateShort:Note Version --- unitproc/bktemp-dateShort | 1 + 1 file changed, 1 insertion(+) diff --git a/unitproc/bktemp-dateShort b/unitproc/bktemp-dateShort index 38b39eb..59d23f8 100644 --- a/unitproc/bktemp-dateShort +++ b/unitproc/bktemp-dateShort @@ -5,6 +5,7 @@ dateShort(){ # Desc: Date without separators (YYYYmmdd) # Usage: dateShort + # Version: 1.0.0 # Output: stdout: date (ISO-8601, no separators) local TIME_CURRENT DATE_CURRENT_SHORT TIME_CURRENT="$(date --iso-8601=seconds)" ; # Produce `date`-parsable current timestamp with resolution of 1 second. -- 2.30.2