fix(unitproc):timeNanosec:minor comment with version and author
[BK-2020-03.git] / unitproc / bktemp-dateTimeShort
index b469d327683153c0ab1a719e615b1636138929c2..6606d775ad6c225f281e648a473d4b245ea99395 100644 (file)
@@ -35,7 +35,7 @@ dateTimeShort(){
     # Construct and deliver separator-les date string
     TIME_CURRENT_SHORT="$(date -d "$TIME_INPUT" +%Y%m%dT%H%M%S%z)";
     echo "$TIME_CURRENT_SHORT";
-} # Get date&time without separators
+} # Get YYYYmmddTHHMMSS±zzzz
 
 #==BEGIN sample code==
 echo "The current day and time is :$(dateTimeShort)";