Skip to content

Commit 97377c5

Browse files
committed
clarify start of week timestamp in statistics API
1 parent e290b13 commit 97377c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/repos/statistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ which is usually master; pushing to the default branch resets the statistics cac
3535

3636
**Weekly Hash**
3737

38-
* `w` - Start of the week
38+
* `w` - Start of the week, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).
3939
* `a` - Number of additions
4040
* `d` - Number of deletions
4141
* `c` - Number of commits
@@ -96,4 +96,4 @@ For example, `[2, 14, 25]` indicates that there were 25 total commits, during th
9696
2:00pm hour on Tuesdays. All times are based on the time zone of individual commits.
9797

9898
<%= headers 200 %>
99-
<%= json(:repo_stats_punch_card) %>
99+
<%= json(:repo_stats_punch_card) %>

0 commit comments

Comments
 (0)