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.
I was trying to combine both the options but it was a failure.
So is there a way (git log
command) to get date (YYYY-MM-DD
format) in my local time zone ?