feat(func): Generate ISO-8601 timestamp

This commit is contained in:
2026-07-23 21:55:25 -06:00
parent 92e69d1b85
commit 450733a8d5
+5
View File
@@ -31,6 +31,11 @@ else
width=80
fi
getTimeStamp() {
(date -u +"%Y-%m-%dT%H:%M:%SZ")
}
### functions
badParam() {
if [ "$1" = "null" ]; then