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

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -