From: Steven Baltakatei Sandoval Date: Wed, 1 Jul 2020 03:07:43 +0000 (+0000) Subject: feat(unitprod):Created timeDuration function template X-Git-Tag: 0.2.0~20 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/7ad273d8b48d1ae0e8d8e3eb5da0637da2bc9d6f?hp=7ad273d8b48d1ae0e8d8e3eb5da0637da2bc9d6f 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). ---