Fully parse dates with year, week, and day of month #3
Labels
effort: moderate
The issue will probably take a single contributor one or two days of work to resolve.
meta: good first issue
The issue is especially suitable for first-time contributors.
priority: low
The issue has only a small impact on people using the software.
type: polish
The issue involves making existing functionality more usable.
This isn't a priority since I'm not aware of any kind of format that actually does this, but it should be possible to write and parse date formats like
%Y-%W-%d
. Currently the parsed output date would be Sunday on the week number of the given year. Instead, when day of month is given but day of week is not, the parser should still be able to determine the date exactly.The text was updated successfully, but these errors were encountered: