We recently started formatting dates based on the browsers timezone.
The dates are all formatted on page load, however with the special update handling for the graphs, the dates for the graphs returns to unformatted UTC time.
This PR ensures that new dates received via polling requests are formatted as expected.
The queues card is already handled, as it has formatting implemented in a labels function, which is already called on each update.
We recently started formatting dates based on the browsers timezone.
The dates are all formatted on page load, however with the special update handling for the graphs, the dates for the graphs returns to unformatted UTC time.
This PR ensures that new dates received via polling requests are formatted as expected.
The queues card is already handled, as it has formatting implemented in a
labels
function, which is already called on each update.