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

Fix issue with year-only date alignment #43

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

billdenney
Copy link
Contributor

Fix #36

This is on top of #42

@billdenney
Copy link
Contributor Author

After "Fix year-only formats mixed with other formats so that alignment", I found some additional issues in the same code that I'm also going to correct.

@billdenney
Copy link
Contributor Author

@gaborcsardi, This got bigger than I was expecting. It covers the initial needs, so I'm going to call this one done.

I have a few other code simplification thoughts that I will make on top of this in a separate PR.

This was referenced Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning when using parse_iso_8601() on a vector containing YYYY dates as well as other formats.
2 participants