feat(unitprod):Created timeDuration function template
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 1 Jul 2020 03:07:43 +0000 (03:07 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 1 Jul 2020 03:07:43 +0000 (03:07 +0000)
commit7ad273d8b48d1ae0e8d8e3eb5da0637da2bc9d6f
tree4d5d4aa61da8ff59697199588e1b23a7ec989682
parent8f0a57f90fdfa64d176931c9e7b36aefa3ebd53a
feat(unitprod):Created timeDuration function template

Given positive integer seconds as first argument, timeDuration outputs
a valid ISO-8601 duration string to stdout.

Given positive integer ((precision)) as second argument, timeDuration
formats the output string to carry at least ((precision)) number of
time division elements (ex: higher precision lengthens output string).
unitproc/bktemp-timeDuration [new file with mode: 0644]