Skip to content

Commit 953140a

Browse files
fix: resolved edx.course.goal.email.filtered parsing error (#36059)
1 parent 85f4128 commit 953140a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/djangoapps/course_goals/management/commands/goal_reminder_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def handle_goal(goal, today, sunday_date, monday_date, session_id):
284284
'uuid': session_id,
285285
'timestamp': datetime.now(),
286286
'reason': 'User time zone',
287-
'user_timezone': user_timezone,
287+
'user_timezone': str(user_timezone),
288288
'now_in_users_timezone': now_in_users_timezone,
289289
}
290290
)

0 commit comments

Comments
 (0)