Update date format to RFC-3339
This commit is contained in:
parent
d641450fd6
commit
b892535eda
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ set -e
|
|||
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
cd $GIT_DIR
|
||||
git add .
|
||||
git commit -m "Automated backup: $(date +'%Y-%m-%d %H:%M:%S')"
|
||||
git commit -m "Automated backup: $(date --rfc-3339=s --utc)"
|
||||
git push origin main
|
||||
|
|
Loading…
Reference in a new issue