We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dc3f8c + 71b9340 commit e5cbe54Copy full SHA for e5cbe54
scripts/helpers.sh
@@ -112,7 +112,7 @@ _RESURRECT_DIR="$(resurrect_dir)"
112
113
resurrect_file_path() {
114
if [ -z "$_RESURRECT_FILE_PATH" ]; then
115
- local timestamp="$(date +"%Y-%m-%dT%H:%M:%S")"
+ local timestamp="$(date +"%Y%m%dT%H%M%S")"
116
echo "$(resurrect_dir)/${RESURRECT_FILE_PREFIX}_${timestamp}.${RESURRECT_FILE_EXTENSION}"
117
else
118
echo "$_RESURRECT_FILE_PATH"
0 commit comments