Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Format dates on graph updates #423

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

timacdonald
Copy link
Member

@timacdonald timacdonald commented Nov 25, 2024

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.

@timacdonald timacdonald marked this pull request as ready for review November 25, 2024 22:55
@taylorotwell taylorotwell merged commit 225c02a into 1.x Nov 25, 2024
19 checks passed
@taylorotwell taylorotwell deleted the format-dates-on-update branch November 25, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants