-
Notifications
You must be signed in to change notification settings - Fork 533
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 locale formatting for %c
and %r
#1058
Conversation
`%c`: did not take account of `%x` and `%X` `%r`: did not use locale's format and used `%I:%M:%S %p`
feature parity with gnu date
t_fmt_ampm should be lower than t_fmt
The CI failures are not related to this PR. Edit: not all were 😄 |
Co-authored-by: Paul Dicker <pitdicker@gmail.com>
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.
More docstring recommendations (sorry for the churn, I noticed more on this second review of this PR).
* docs: missing `a` * docs: more descriptive link
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.
LGTM
ko_KR
) #985changed to target
0.4.x
instead of main in Fix locale formatting for%c
and%r
#988