mirror of https://github.com/django/django.git
Fixed typo in docs/ref/templates/builtins.txt.
This commit is contained in:
parent
0ea1866f6e
commit
3363cf4225
|
@ -1422,7 +1422,7 @@ Format character Description Example output
|
||||||
always negative, and for those east of
|
always negative, and for those east of
|
||||||
UTC is always positive.
|
UTC is always positive.
|
||||||
**Date/Time**
|
**Date/Time**
|
||||||
``c`` ISO 8601 format. (Note: unlike others ``2008-01-02T10:30:00.000123+02:00``,
|
``c`` ISO 8601 format. (Note: unlike other ``2008-01-02T10:30:00.000123+02:00``,
|
||||||
formatters, such as "Z", "O" or "r", or ``2008-01-02T10:30:00.000123`` if the datetime is naive
|
formatters, such as "Z", "O" or "r", or ``2008-01-02T10:30:00.000123`` if the datetime is naive
|
||||||
the "c" formatter will not add timezone
|
the "c" formatter will not add timezone
|
||||||
offset if value is a naive datetime
|
offset if value is a naive datetime
|
||||||
|
|
Loading…
Reference in New Issue