git: timezone and timestamp format -
from git can timestamp:
"2011-10-04 12:58:36 -0600" but there way show as:
"2011-10-04 06:58:36" so want rid of -0600 timezone offset. how can this? thanks.
if ask git log, can try , select correct form from
git log --date={relative,local,default,iso,rfc} --date=local seems best candidate
Comments
Post a Comment