mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #17992 -- Added a public API for localtime.
Thanks Bradley Ayers for the report.
This commit is contained in:
@@ -41,6 +41,9 @@ Django 1.5 also includes several smaller improvements worth noting:
|
||||
* The template engine now interprets ``True``, ``False`` and ``None`` as the
|
||||
corresponding Python objects.
|
||||
|
||||
* :mod:`django.utils.timezone` provides a helper for converting aware
|
||||
datetimes between time zones, see :func:`~django.utils.timezone.localtime`.
|
||||
|
||||
Backwards incompatible changes in 1.5
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user