Merge pull request #187 from FloezeTv/fix/default-until-date-locale

This commit is contained in:
arzzen 2025-06-15 15:32:51 +02:00 committed by GitHub
commit 850b7453eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ _until=${_GIT_UNTIL:-}
if [[ -n "${_until}" ]]; then
_until="--until=$_until"
else
_until="--until=$(date '+%a, %d %b %Y %H:%M:%S %Z')"
_until="--until=$(LC_TIME=C date '+%a, %d %b %Y %H:%M:%S %Z')"
fi
# Set files or directories to be excluded in stats