diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 3047125337..ed53d08be5 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -958,8 +958,7 @@ appropriate entities. :ref:`aware ` datetime representing the current time in UTC. Note that :func:`now` will always return times in UTC regardless of the value of :setting:`TIME_ZONE`; - you can use :func:`localtime` to convert to a time in the current - time zone. + you can use :func:`localtime` to get the time in the current time zone. .. function:: is_aware(value)