Skip to content

Resolve "Monitoring graph date formatting is wrong"

Mike Greiling requested to merge 37104-fix-graph-date-format into master

What does this MR do?

Fixes two bugs with date/time formatting on the ~Prometheus monitoring graphs:

  1. Hours are formatted 24-hour (%H) instead of 12-hour (%I) despite having an AM/PM suffix.
  2. Hours and days are prefixed with zeros on time axes.

Screenshots (if relevant)

Before After
before after

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #37104 (closed)

Edited by Mike Greiling

Merge request reports