10

Few days ago Github launched their new feature "Contributions". I have a query that, what is the day start time of this calendar? is it using my local time or the UTC? and if it is using my local time then i have a related query, What will happen if go to some place where my time zone if different?

4

2 回答 2

7

Update March 2014: starting March 10th, 2014, the contributions will be recorded in the local timezone!

See "Timezone-aware contribution graphs":

When counting commits, we use the timezone information present in the timestamps for those commits.
Pull requests and issues opened on the web will use the timezone of your browser. If you use the API you can also specify your timezone.

We don't want to mess up your current contribution streaks, so only contributions after Monday 10 March 2014 (Temps Universel Coordonné) will be timezone-aware.


Original answer (March 2013)

From what I can see on my own profile, it is using the time of my commits, recorded in PST, and not UTC (from this bug report or this article).

That timestamp (using PST) is not link to the place from where you are using GitHub.

于 2013-03-30T20:05:23.720 回答
0

Yes, from March 10th, 2014, I found it shows local time as calender time.

于 2014-03-13T01:10:11.350 回答