Skip to content

Fix collector duration chart timezone offset#146

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/collector-duration-timezone
Feb 19, 2026
Merged

Fix collector duration chart timezone offset#146
erikdarlingdata merged 1 commit intodevfrom
fix/collector-duration-timezone

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Collector duration trend chart used .ToLocalTime() while all other charts use .AddMinutes(UtcOffsetMinutes) for server time
  • Caused the chart x-axis to show local machine time instead of server time, appearing 3 hours off from every other chart

Test plan

  • Single line change, build verified earlier this session
  • Launch Lite, confirm collector duration chart times align with other charts

🤖 Generated with Claude Code

The collector duration trend chart used .ToLocalTime() while every
other chart uses .AddMinutes(UtcOffsetMinutes) to display server time.
This caused the chart x-axis to be offset by the difference between
the local machine and server time zones.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit dd2f25b into dev Feb 19, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the fix/collector-duration-timezone branch February 20, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant