hi I observed that the psmdb backup name uses UTC time, because the backup container Args uses $(date -u "+%Y%m%d%H%M%S") As a user in a non-UTC time zone, I hope you can use $(date "%Y%m%d%H%M%S") to replace $(date -u "%Y%m%d%H%M %S")
Environment
None
Smart Checklist
Activity
Lalit Choudhary October 14, 2021 at 12:29 PM
Hi
Thank you for the improvement request. The dev team will look further into this request if this change is possible.
hi
I observed that the psmdb backup name uses UTC time, because the backup container Args uses $(date -u "+%Y%m%d%H%M%S")
As a user in a non-UTC time zone, I hope you can use $(date "%Y%m%d%H%M%S") to replace $(date -u "%Y%m%d%H%M %S")