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

doc: fix the chrono %C example value #3822

Merged
merged 1 commit into from
Jan 21, 2024
Merged

doc: fix the chrono %C example value #3822

merged 1 commit into from
Jan 21, 2024

Conversation

bbolli
Copy link
Contributor

@bbolli bbolli commented Jan 21, 2024

Assuming that the example date is always "Sat Nov 12 22:04:00 1955", the result of the %C format string should be "19", not "55".

Assuming that the example date is always "Sat Nov 12 22:04:00 1955", the
result of the `%C` format string should be "19", not "55".

Signed-off-by: Beat Bolli <[email protected]>
@vitaut vitaut merged commit 668fe26 into fmtlib:master Jan 21, 2024
40 checks passed
@vitaut
Copy link
Contributor

vitaut commented Jan 21, 2024

Good catch, thanks

happymonkey1 pushed a commit to happymonkey1/fmt that referenced this pull request Apr 7, 2024
Assuming that the example date is always "Sat Nov 12 22:04:00 1955", the
result of the `%C` format string should be "19", not "55".

Signed-off-by: Beat Bolli <[email protected]>
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.

2 participants