Skip to content

fix: dashboard timestamps respect viewer's timezone#7

Merged
Attakay78 merged 1 commit into
developfrom
fix/timezone_support
Jul 16, 2026
Merged

fix: dashboard timestamps respect viewer's timezone#7
Attakay78 merged 1 commit into
developfrom
fix/timezone_support

Conversation

@Attakay78

Copy link
Copy Markdown
Owner

dashboard timestamps respect viewer's timezone

created_at was serialized without a UTC offset, so the dashboard's Date parsing silently treated it as local time, throwing off both displayed times and the time-range filter.
Timestamps now always serialise with an explicit UTC offset, and the UI shows/exports/logs times in the viewer's local zone.

created_at was serialized without a UTC offset, so the dashboard's Date parsing silently treated it as local time, throwing off both displayed times and the time-range filter. Timestamps now always serialize with an explicit UTC offset, and the UI shows/exports/logs times in the viewer's local zone.
@Attakay78 Attakay78 self-assigned this Jul 16, 2026
@Attakay78 Attakay78 added the enhancement New feature or request label Jul 16, 2026
@Attakay78
Attakay78 merged commit ed046e4 into develop Jul 16, 2026
1 check passed
@Attakay78
Attakay78 deleted the fix/timezone_support branch July 16, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TZ support to times shown in the dashboard instead of defaulting to UTC.

1 participant