Use hyphen not underscore for timestamp.

This commit is contained in:
2025-10-09 07:48:52 -07:00
parent 03b9f7e1b2
commit 267a260e90

View File

@@ -775,7 +775,7 @@
alias ansible-facts='ansible localhost -m setup --connection=local' alias ansible-facts='ansible localhost -m setup --connection=local'
function_now: | function_now: |
function now { function now {
date "+%Y%m%d_%H%M%S" date "+%Y%m%d-%H%M%S"
} }
function today { function today {
date "+%Y%m%d" date "+%Y%m%d"