inductiveautomation/kindling

Make the metrics and generic idb viewer respect timezone preferences

Open

#300 opened on Aug 12, 2025

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Kotlin (19 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (63 stars)
PR merge metrics
 (PR metrics pending)

Description

The metrics IDB and generic IDB viewers currently just show all timestamps in the user's timezone. This can be confusing when cross referencing events in the metrics with logs.

We should:

  • Instantiate the date objects with the proper timezone according to the user's preference
  • Add a label of some sort on the metrics view to indicate the timezone being used

Contributor guide