Switch date to UTC timezone

This commit is contained in:
melkypie 2021-08-17 09:27:46 +03:00
parent e05d2bee57
commit 6803029d0f

View File

@ -75,7 +75,7 @@ f5_bigip_deploy() {
}
f5_bigip_tmsh() {
_now=$(date +%Y-%m-%d)
_now=$(date -u +%Y-%m-%d)
_next_cert="${_domain}-cert-${_now}"
_next_key="${_domain}-key-${_now}"
_next_chain="${_domain}-chain-${_now}"