From a7a36bb4d8ef7f03c2df9e3279c8f488ab3641d1 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 20 Dec 2017 20:44:14 +0500 Subject: [PATCH] Refs #25181 -- Updated timezone.now() docs about obtaining the time in the current time zone. --- docs/ref/utils.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index b6595ee293f..03c9af0c46d 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -931,8 +931,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)