diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-12-20 20:44:14 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-20 10:44:14 -0500 |
| commit | a7a36bb4d8ef7f03c2df9e3279c8f488ab3641d1 (patch) | |
| tree | da377e33c4a5e57d24d544cd91bac744db3ff7d8 /docs/ref/utils.txt | |
| parent | 4420761ea9457d386b2000cf9df5b2f6f88f8f91 (diff) | |
Refs #25181 -- Updated timezone.now() docs about obtaining the time in the current time zone.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index b6595ee293..03c9af0c46 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -931,8 +931,7 @@ appropriate entities. :ref:`aware <naive_vs_aware_datetimes>` 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) |
