mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
Merge pull request #187 from FloezeTv/fix/default-until-date-locale
This commit is contained in:
commit
850b7453eb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue