Changes between Initial Version and Version 1 of Ticket #30990
- Timestamp:
- Nov 15, 2019, 4:09:43 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30990 – Description
initial v1 1 The documentation for the `z` [ date format](https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date)states that its output ranges from "0 to 365".1 The documentation for the `z` [https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date date format] states that its output ranges from "0 to 365". 2 2 3 3 This is actually incorrect and the range is 1-366 (January 1st is 1 and December 31st is 365 or 366 depending on whether it's a leap year or not).