-
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
Support strftime -
extension
#2959
Comments
I don't see |
On the man page you linked:
so I'd suppose it is a glibc extension. Does that preclude it? |
{fmt} supports only standard specifiers at the moment but a PR to add |
* support `-` for no padding
Hi @vitaut |
There is no IRC, we usually discuss such issues on github. |
With
strftime
a single digit 12-hour hour can be formatted to not have a leading zero using%-I
. This seems to not be possible withfmt::format
.There are probably more instances where
strftime
parity is not quite met. It would great if it was, or if any user error could be pointed out :)The text was updated successfully, but these errors were encountered: