Fixed a typo in the time zone docs. Thanks Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
af3791fa7f
commit
503c85affc
|
@ -685,7 +685,7 @@ Usage
|
||||||
the datetime in UTC returned by :func:`django.utils.timezone.now` will be
|
the datetime in UTC returned by :func:`django.utils.timezone.now` will be
|
||||||
sufficient.
|
sufficient.
|
||||||
|
|
||||||
For the shake of completeness, if you really wanted the current time in the
|
For the sake of completeness, if you really wanted the current time in the
|
||||||
local time zone, here's how you would obtain it::
|
local time zone, here's how you would obtain it::
|
||||||
|
|
||||||
>>> import datetime
|
>>> import datetime
|
||||||
|
|
Loading…
Reference in New Issue