To get YYYY-MM-DD format for dates git log --date=iso is used. To force dates in your local time zonegit log --date=local is used.
YYYY-MM-DD
git log --date=iso
git log --date=local
This can also be configured using git-config:
git-config
git config [--global] log.date iso-local