Hide show_timezone from Advanced Settings and migrate courses with show_timezone=False to using due_date_display_format.
This commit is contained in:
@@ -20,7 +20,8 @@ class CourseMetadata(object):
|
||||
'enrollment_end',
|
||||
'tabs',
|
||||
'graceperiod',
|
||||
'checklists']
|
||||
'checklists',
|
||||
'show_timezone']
|
||||
|
||||
@classmethod
|
||||
def fetch(cls, course_location):
|
||||
|
||||
Reference in New Issue
Block a user