mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Convert frontend display to be just UTC (#540)
This changeset converts the display of dates and times to be just UTC to match the recent changes in the backend. This unwinds a bit of work that was done previously and allows us to start with a clean slate in how we want to approach displaying dates and times going forward. It also adds a bit of explanatory text to help users. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov> Co-authored-by: stvnrlly <steven.reilly@gsa.gov>
This commit is contained in:
@@ -130,13 +130,13 @@ def test_should_render_performance_page(
|
||||
''
|
||||
'Messages sent since May 2023 '
|
||||
'Date Emails Text messages '
|
||||
'27 February 2021 1 2 '
|
||||
'26 February 2021 1 2 '
|
||||
'25 February 2021 1 2 '
|
||||
'24 February 2021 1 2 '
|
||||
'23 February 2021 1 2 '
|
||||
'22 February 2021 1 2 '
|
||||
'21 February 2021 1 2 '
|
||||
'20 February 2021 1,234,567 123,456 '
|
||||
'21 February 2021 1,234,567 123,456 '
|
||||
|
||||
|
||||
'Only showing the last 7 days '
|
||||
@@ -145,13 +145,13 @@ def test_should_render_performance_page(
|
||||
'98.31% on average '
|
||||
'Messages sent within 10 seconds '
|
||||
'Date Percentage '
|
||||
'26 February 2021 98.60% '
|
||||
'25 February 2021 100.00% '
|
||||
'24 February 2021 99.99% '
|
||||
'23 February 2021 100.00% '
|
||||
'22 February 2021 95.00% '
|
||||
'21 February 2021 95.30% '
|
||||
'20 February 2021 99.25% '
|
||||
'27 February 2021 98.60% '
|
||||
'26 February 2021 100.00% '
|
||||
'25 February 2021 99.99% '
|
||||
'24 February 2021 100.00% '
|
||||
'23 February 2021 95.00% '
|
||||
'22 February 2021 95.30% '
|
||||
'21 February 2021 99.25% '
|
||||
'Only showing the last 7 days '
|
||||
''
|
||||
'Organizations using Notify '
|
||||
|
||||
Reference in New Issue
Block a user