Skip to content

Commit 4742def

Browse files
committed
The cutoff hour setting is in UTC, not PST or PDT. Adjusted accordingly.
- Legacy-Id: 3508
1 parent 3d23e92 commit 4742def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
# Days from meeting to cut off dates on submit
210210
FIRST_CUTOFF_DAYS = 20
211211
SECOND_CUTOFF_DAYS = 13
212-
CUTOFF_HOUR = 17
212+
CUTOFF_HOUR = 24 # midnight UTC
213213

214214
IDSUBMIT_REPOSITORY_PATH = INTERNET_DRAFT_PATH
215215
IDSUBMIT_STAGING_PATH = '/a/www/www6s/staging/'

0 commit comments

Comments
 (0)