diff --git a/www/conservancy/local_context_processors.py b/www/conservancy/local_context_processors.py index d8830bd26ea211f761e022df2f39f9c26a6ff862..12d23b703e92c0d7b49d1631979d3166f43acea3 100644 --- a/www/conservancy/local_context_processors.py +++ b/www/conservancy/local_context_processors.py @@ -4,11 +4,12 @@ from pytz import utc as UTC import conservancy.settings from conservancy.apps.fundgoal.models import FundraisingGoal as FundraisingGoal -SITE_FUNDGOAL = 'cy2018-end-year-match' +SITE_FUNDGOAL = 'cy2019-end-year-match' # FIXME: Move this information into the model. FUNDGOAL_ENDTIMES = { - # End of 2019-01-15 AOE is 2019-01-16 noon UTC. + # Noon UTC = the end of the previous day anywhere on Earth (AOE) 'cy2018-end-year-match': DateTime(2019, 1, 16, 12, tzinfo=UTC), + 'cy2019-end-year-match': DateTime(2020, 1, 16, 12, tzinfo=UTC), } def fundgoal_lookup(fundraiser_sought):