git - Github shows incorrect timestamp with commits even when system time is fine -
my github account shows commits time 9hours before actual time of commit. checked system clock , working fine.
$> date wed jul 6 15:36:53 ist 2016 $> date +%z +0530
how can fix issue? shouldn't git taking system time commits?
Comments
Post a Comment