When a user filters data by date, the filter’s displayed label is not always the same
as the option they selected. Six of the eleven presets display their own name; the
“Current” presets display as “This”.
“Current” in the picker becomes “This” in the filter label — for Month and Quarter,
but not for Year, which is already “This Year” in both. The asymmetry is in the source
documentation and is preserved here. If it is unintentional, fix the picker rather than
this table.
When a comment is posted, a timestamp shows how long ago it happened.
Timeframe
Text to display
Less than 1 minute ago
Less than 1 minute ago
Less than 1 hour ago
2 minutes – 59 minutes ago
Less than 1 day ago
1 hour – 23 hours ago
Less than 1 week ago
1 day – 6 days ago
More than 1 week ago
[DATE] Ex) 12/12/2020
This table is transcribed exactly, and it does not mean what it appears to mean.The right-hand column is labeled “Text to display,” but rows 2–4 contain ranges
rather than display strings. No interface renders the literal string
“2 minutes – 59 minutes ago.”Read as intended, the right-hand column describes the bucket boundary and the
actual output is a count plus a unit:
Elapsed
Renders as
< 1 minute
Less than 1 minute ago
1–59 minutes
{n} minutes ago
1–23 hours
{n} hours ago
1–6 days
{n} days ago
≥ 7 days
The date, M/D/YYYY
That reconstruction is an inference, not the source. It needs confirmation against
shipped behavior before it becomes the documented rule — in particular whether the
singular forms read “1 minute ago” or “1 minutes ago,” which the source does not say.
No leading zeros trades a small amount of column alignment for reduced visual noise.
It is the right trade in an interface where dates appear inline in prose and in dense
tables; it is the wrong trade in a fixed-width export. If date columns need to align, the
alignment belongs to the table cell, not to the format.Relative timestamps stop at a week because relative time is only useful while the
reader can convert it without effort. “3 hours ago” is immediately meaningful. “43 days
ago” is arithmetic, and worse, it decays — the same comment reads differently every day,
which makes it unquotable in a support ticket.
Last modified on September 7, 2026
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.