notify-api-861 show eastern time

This commit is contained in:
Kenneth Kehl
2023-11-16 12:24:27 -08:00
parent 0b4981b25c
commit 36987e7202
19 changed files with 237 additions and 152 deletions

View File

@@ -226,19 +226,23 @@ def test_notification_status_shows_expected_back_link(
[
(
"2012-01-01 06:01",
("sample template was sent by Test User today at 06:01 UTC"),
("sample template was sent by Test User today at 01:01 US/Eastern"),
),
(
"2012-01-02 06:01",
("sample template was sent by Test User yesterday at 06:01 UTC"),
("sample template was sent by Test User yesterday at 01:01 US/Eastern"),
),
(
"2012-01-03 06:01",
("sample template was sent by Test User on 1 January at 06:01 UTC"),
(
"sample template was sent by Test User on 1 January at 01:01 US/Eastern"
),
),
(
"2013-01-03 06:01",
("sample template was sent by Test User on 1 January 2012 at 06:01 UTC"),
(
"sample template was sent by Test User on 1 January 2012 at 01:01 US/Eastern"
),
),
],
)