Skip to content

Commit

Permalink
Update banner timer to end at 6PM instead of noon (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperson1 authored Dec 10, 2024
1 parent a92e2e5 commit e515a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,9 @@
# The default message states that maintenance will be ongoing for the duration of the banners uptime. This may be true in an emergency. Otherwise, be sure to set a custom message.
MAINTENANCE_BANNER_DATES = [
{
# December 5th to 10th, noon EST, uploading historical audits
# December 5th noon to December 10th 6 PM, EST, uploading historical audits
"start": datetime(2024, 12, 5, 17, tzinfo=timezone.utc),
"end": datetime(2024, 12, 10, 17, tzinfo=timezone.utc),
"end": datetime(2024, 12, 10, 23, tzinfo=timezone.utc),
"template_name": "maintenance_20241210.html",
"message": "FAC.gov will be performing maintenance on Tuesday, December 10, 2024 between 12:00 p.m. and 6:00 p.m ET. During this period, the entire website will be unavailable.",
},
Expand Down

0 comments on commit e515a38

Please sign in to comment.