style(unitproc):timeEpochNS:Bump ver for last style commit
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 7 Jul 2020 03:01:39 +0000 (03:01 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 7 Jul 2020 03:01:39 +0000 (03:01 +0000)
unitproc/bktemp-timeEpochNS

index 449ffbfc76651ad8cbb4421b4aa18806330365d7..b0e9a1506e41532d1a54cf135ebdd35d776abc75 100644 (file)
@@ -7,7 +7,7 @@ try() { "$@" || die "cannot $*"; } #o
 timeEpochNS() {
     # Desc: Get epoch nanoseconds
     # Usage: timeEpochNS
-    # Version 0.2.0
+    # Version 0.2.1
     # Input: arg1: 'date'-parsable timestamp string (optional)
     # Output: Nanoseconds since 1970-01-01
     # Depends: date 8, yell()