mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.0.x] Fixed #30990 -- Fixed example output in 'z' date format docs.
Backport of 1185c6172b
from master
This commit is contained in:
parent
7a9dcd30b8
commit
1c75af9090
2 changed files with 2 additions and 2 deletions
|
@ -1352,7 +1352,7 @@ Format character Description Example output
|
|||
month, 2 characters.
|
||||
``w`` Day of the week, digits without ``'0'`` (Sunday) to ``'6'`` (Saturday)
|
||||
leading zeros.
|
||||
``z`` Day of the year. ``0`` to ``365``
|
||||
``z`` Day of the year. ``1`` to ``366``
|
||||
**Week**
|
||||
``W`` ISO-8601 week number of year, with ``1``, ``53``
|
||||
weeks starting on Monday.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue