Closed rszwajko closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.32%. Comparing base (
b654645
) to head (d724674
). Report is 185 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The API provides date/time in UTC. For user convenience we display it in the browser time zone. Before this PR, UTC offset for the local time zone was included.
The format used is a subset of ISO 8601 which allows for predictable sorting in the table. Format string: "YYYY-MM-DD HH:mm:ss". Example date: "2024-07-03 13:21:44".
Part-of: #1969