Skip to content

Commit

Permalink
Add comment about UTC in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 19, 2024
1 parent 85863f0 commit 4817282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/admin/api_usages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<h1>Top 50 users of the API (by number of requests) over the last <%= pluralize(@period, "day") %></h1>

<p>Note that each day's usage is measured over a 24 hour period starting and ending at midnight UTC.</p>

<div>
<%= link_to "last 30 days", { period: 30 }, class: "button" %>
<%= link_to "last 7 days", { period: 7 }, class: "button" %>
Expand Down

0 comments on commit 4817282

Please sign in to comment.