Skip to content

Fix escaping of % in strftime #16184

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

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Fix escaping of % in strftime #16184

merged 1 commit into from
Feb 3, 2022

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 2, 2022

Fixes: #16155

@sbc100 sbc100 requested a review from kripken February 2, 2022 21:29
@sbc100 sbc100 force-pushed the fix_strftime_escaping branch from 1bd4665 to 315500b Compare February 2, 2022 23:42
@sbc100 sbc100 force-pushed the fix_strftime_escaping branch from 315500b to 971c7b2 Compare February 2, 2022 23:44
@sbc100 sbc100 enabled auto-merge (squash) February 2, 2022 23:45
@sbc100 sbc100 disabled auto-merge February 3, 2022 00:54
@sbc100 sbc100 merged commit 274ac2a into main Feb 3, 2022
@sbc100 sbc100 deleted the fix_strftime_escaping branch February 3, 2022 00:54
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.

strftime() mishandles quoted percent, e.g. %%z
2 participants