Description
Improve event readability by displaying recent event timestamps using relative values such as 2 minutes ago while retaining access to the exact timestamp.
Proposed Changes
Add relative timestamp formatting.
Display the absolute timestamp through a tooltip or detail view.
Define a consistent threshold for switching between relative and absolute formats.
Acceptance Criteria
Recent events display relative timestamps.
Exact timestamps remain accessible.
Future timestamps are handled correctly.
Invalid timestamps do not break the event list.
Tests cover the formatting behaviour.
Description
Improve event readability by displaying recent event timestamps using relative values such as 2 minutes ago while retaining access to the exact timestamp.
Proposed Changes
Add relative timestamp formatting.
Display the absolute timestamp through a tooltip or detail view.
Define a consistent threshold for switching between relative and absolute formats.
Acceptance Criteria
Recent events display relative timestamps.
Exact timestamps remain accessible.
Future timestamps are handled correctly.
Invalid timestamps do not break the event list.
Tests cover the formatting behaviour.