From 0f48af59d8759f8a46dfacf58758476ddbe2a3cf Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Sun, 28 Jun 2020 19:50:53 +0000
Subject: [PATCH 1/1] chore(unitproc):Add comment to dateTimeShort

---
 unitproc/bktemp-dateTimeShort | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unitproc/bktemp-dateTimeShort b/unitproc/bktemp-dateTimeShort
index d6491c1..dc470e0 100644
--- a/unitproc/bktemp-dateTimeShort
+++ b/unitproc/bktemp-dateTimeShort
@@ -9,7 +9,7 @@ dateTimeShort(){
     TIME_CURRENT="$(date --iso-8601=seconds)" ; # Produce `date`-parsable current timestamp with resolution of 1 second.
     TIME_CURRENT_SHORT="$(date -d "$TIME_CURRENT" +%Y%m%dT%H%M%S%z)"; # Produce separator-less current timestamp with resolution 1 second.
     echo "$TIME_CURRENT_SHORT";
-}
+} # Get date&time without separators
 
 #==BEGIN sample code==
 echo "The current day and time is:$(dateTimeShort)"
-- 
2.39.5