-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Needs DocumentationUse for issues or PRs that require changes in the documentationUse for issues or PRs that require changes in the documentation
Description
OK, I think part of the problem here is that the
%W/%U
format codes are not ISO week numbers - they are simply week numbers based on the year. Week 1 is the first Sunday/Monday in the year, so there can be a week 0. Python has added a%V
format code that would maybe make this all less confusing.
Originally posted by @hawkfish in #9869 (comment)
Metadata
Metadata
Assignees
Labels
Needs DocumentationUse for issues or PRs that require changes in the documentationUse for issues or PRs that require changes in the documentation