#32739: Enable timezone handling by default (USE_TZ=True in global settings)
------------------------------------------------+------------------------
               Reporter:  Claude Paroz          |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Core (Other)          |        Version:  dev
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 As using timezones is a recommended good practice by
 [https://docs.djangoproject.com/en/2.2/topics/i18n/timezones/#overview the
 docs], I think we should set `USE_TZ=True` in `global_settings.py`.

 This will also allow to remove a setting from the default project settings
 template.

 To achieve that, we'll have to add a warning during the deprecation period
 when we detect USE_TZ is not overridden in project settings.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32739>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.e3472974af055c66860f392c2533dd41%40djangoproject.com.

Reply via email to