Skip to content
New issue

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

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

Already on GitHub? # 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 <dev@drbeat.li>
@vitaut vitaut merged commit 668fe26 into fmtlib:master Jan 21, 2024
@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 <dev@drbeat.li>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants