From db311ed6ba015b82f27ca9697ab1f3411b1f8af7 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Wed, 27 Mar 2024 13:44:58 -0400 Subject: [PATCH] Use different date format Signed-off-by: Matt Lord --- test/endtoend/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/endtoend/utils.sh b/test/endtoend/utils.sh index f60cff27..c1b1bb9a 100644 --- a/test/endtoend/utils.sh +++ b/test/endtoend/utils.sh @@ -114,7 +114,7 @@ function restoreBackup() { fi # Issue the PITR restore command to vtctldclient. - vtctldclient RestoreFromBackup --restore-to-timestamp $(date -u "+%Y-%m-%dT%H:%M:%S") "${tabletAlias}" + vtctldclient RestoreFromBackup --restore-to-timestamp $(date -u "+%Y-%m-%d.%H%M%S") "${tabletAlias}" if [[ $? -ne 0 ]]; then echo "Restore failed"