openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
107 stars 24 forks source link

♻️(back) remove deprecation about timezone #2424

Closed lunika closed 11 months ago

lunika commented 11 months ago

Purpose

In django 5.0, lot of code related to pytz timezone is removed. Naive datetime are not supported anymore because we will use the USE_TZ setting with the value True. Also, django.utils.timezone.utc is removed.

Proposal