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.
1 parent 57c9d65 commit 3334dcdCopy full SHA for 3334dcd
articles/storage/blobs/blob-cli.md
@@ -75,7 +75,7 @@ The second operation demonstrates the use of the `az storage blob upload-batch`
75
#!/bin/bash
76
storageAccount="<storage-account>"
77
containerName="demo-container"
78
-lastModified=`date -d "7 days ago" '+%Y-%m-%dT%H:%MZ'`
+lastModified=$(date +%Y:%m:%d -d "7 days ago")
79
80
path="C:\\temp\\"
81
filename="demo-file.txt"
0 commit comments