mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ Usage
|
|||
the datetime in UTC returned by :func:`django.utils.timezone.now` will be
|
||||
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::
|
||||
|
||||
>>> import datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue