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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -