From 4742defe924a326803c6ca401168ba5a78374163 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Tue, 25 Oct 2011 14:03:24 +0000 Subject: [PATCH] The cutoff hour setting is in UTC, not PST or PDT. Adjusted accordingly. - Legacy-Id: 3508 --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index 669b6353b..0cc12a6d5 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -209,7 +209,7 @@ IDSUBMIT_ANNOUNCE_LIST_EMAIL = 'i-d-announce@ietf.org' # Days from meeting to cut off dates on submit FIRST_CUTOFF_DAYS = 20 SECOND_CUTOFF_DAYS = 13 -CUTOFF_HOUR = 17 +CUTOFF_HOUR = 24 # midnight UTC IDSUBMIT_REPOSITORY_PATH = INTERNET_DRAFT_PATH IDSUBMIT_STAGING_PATH = '/a/www/www6s/staging/'