Use hyphen not underscore for timestamp.
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user