RockteMQ-AI commented on issue #4174: URL: https://github.com/apache/rocketmq-dashboard/issues/4174#issuecomment-5593657751
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug with a clear root cause analysis: - **Root Cause:** The backend stamps `lastTriggered` with `ZoneOffset.UTC` and no offset suffix (e.g. `2026-09-08T10:30:00`), and the frontend renders it verbatim as local wall-clock time. The browser has no way to know the value is UTC. - **Impact:** Users in non-UTC timezones see incorrect trigger times on the alerts page, making incident investigation unreliable. - **Severity:** Medium — does not affect alert delivery, but impairs operational debugging. PR #4175 is referenced and addresses this correctly by appending a `Z` suffix so the browser parses it as UTC and converts to local time. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
