diff --git a/assets/runtime/functions b/assets/runtime/functions index 4797588dc..f51f2e796 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -1721,7 +1721,7 @@ execute_raketask() { echo for b in $(ls ${GITLAB_BACKUP_DIR} | grep _gitlab_backup | sort -r) do - echo "‣ $b (created at $(date --date="@${b%%_gitlab_backup.tar}" +'%d %b, %G - %H:%M:%S %Z'))" + echo "‣ $b (created at $(date --date="@${b%%_*_gitlab_backup.tar}" +'%d %b, %G - %H:%M:%S %Z'))" done echo