chore(unitproc):bktemp-dateShort:Note Version
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 3 Jul 2020 18:25:04 +0000 (18:25 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 3 Jul 2020 18:25:04 +0000 (18:25 +0000)
unitproc/bktemp-dateShort

index 38b39ebe55c5505020eaf39c88f356fb266e76fb..59d23f845a4f22b7ff081ba671097766c295730e 100644 (file)
@@ -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.