Skip to content

Commit

Permalink
Merge pull request #4526 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm authored Dec 10, 2024
2 parents 873d32a + e515a38 commit 85f6c62
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 85f6c62

Please sign in to comment.