Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully parse dates with year, week, and day of month #3

Open
pineapplemachine opened this issue May 21, 2018 · 0 comments
Open

Fully parse dates with year, week, and day of month #3

pineapplemachine opened this issue May 21, 2018 · 0 comments
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.

Comments

@pineapplemachine
Copy link
Owner

pineapplemachine commented May 21, 2018

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.

@pineapplemachine pineapplemachine added priority: low The issue has only a small impact on people using the software. effort: low The issue will probably take a single contributor no more than one day of work to resolve. type: polish The issue involves making existing functionality more usable. meta: good first issue The issue is especially suitable for first-time contributors. effort: moderate The issue will probably take a single contributor one or two days of work to resolve. and removed effort: low The issue will probably take a single contributor no more than one day of work to resolve. labels May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant