89799969 opened a new pull request, #4373: URL: https://github.com/apache/rocketmq-dashboard/pull/4373
## Summary Fixes #4295 The maintenance-window list interpolated `startsAt`/`endsAt`/`recurrenceUntil` as raw offset-less UTC `LocalDateTime` values. A window created as `10:00-12:00` on a UTC+8 browser listed as `02:00-04:00`. Format them with the existing `formatUtcDateTime` helper already used for alert timestamps in the same file. ## Testing - Extended `SystemAlertsPage.test.tsx` to assert `formatUtcDateTime` output for listed windows - Local vitest could not run due to a Node 18 / ESLint 10 `util.styleText` environment mismatch; change is frontend-only and mirrors existing formatting in the same page ## AI disclosure Implemented with the assistance of an AI coding agent. -- 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]
