summaryrefslogtreecommitdiff
path: root/azure-pipelines
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/changelog.sh b/azure-pipelines/changelog.sh
index 8231f6667..ea0da948c 100755
--- a/azure-pipelines/changelog.sh
+++ b/azure-pipelines/changelog.sh
@@ -12,5 +12,5 @@ fi
# In all other cases, show the git log of the last 7 days
revdate=$(git log -1 --pretty=format:"%ci")
-last_week=$(date -u -d "$revdate -7days" +"%Y-%m-%d %H:%M")
+last_week=$(date -d "$revdate -7days" +"%Y-%m-%d %H:%M")
git log --after="${last_week}" --pretty=fuller