-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Implemented fmt::day, fmt::month, fmt::year and related unit tests #3906
Conversation
Implemented fmt::day, fmt::month, fmt::year revert a test file that got committed accidentally remove unnecessary using statements in chrono-test Fixed a compiler error in CPP20 take uint instead unsigned char for fmt::day and fmt::month as in std::chrono fix weekday::c_encoding return value fixed an issue that std uses a range of 1-12 for month, but fmt uses 0-11
Okay, I give up interactive rebase, it does not erase the commits here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Overall looks good but please address the inline comments.
Merged, thanks! |
looks like it did not build for clang, investigating. Should I back it out in the mean time? @vitaut |
@phprus already fixed it (thanks!) |
This should fix #3758