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 width=80
fi fi
getTimeStamp() {
(date -u +"%Y-%m-%dT%H:%M:%SZ")
}
### functions ### functions
badParam() { badParam() {
if [ "$1" = "null" ]; then if [ "$1" = "null" ]; then