github数据
https://api.github.com/search/repositories?q=created:%3E=2011-02-12&sort=stars&order=desc
github上的数据任何事情都有一个created_time,这个created_time是GMT即格林尼治时间,本初子午线的时间。我将其认为世界标准时间。大家在不同的时区做贡献的时候,比如我本地的commit时间为2016-01-03T12:45:23+0800,这个时间是本地时间,如果将其commitpush到github上。则会转成标准时间,即-8个小时。也就是说created_time会变成2016-01-03T04:45:23Z
所以用github上的数据来和本地显示数据进行时间比较时,需要化成统一格式,要么同意时区,要么unix时间。
assignee这张表不懂的字段:
"subscriptions_url" : "https://api.github.com/users/ezmobius/subscriptions",
"organizations_url" : "https://api.github.com/users/ezmobius/orgs",
"events_url" : "https://api.github.com/users/ezmobius/events{/privacy}",
"received_events_url" : "https://api.github.com/users/ezmobius/received_events",
"hireable" : null,
"bio" : null,
"site_admin" : false,
哪一个PR fix了哪一个issue示例:
https://github.com/sevenwire/forgery/issues/54
https://github.com/sevenwire/forgery/pull/69#partial-pull-merging