We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it is a pretty common way of displaying time with zero-padded hours, minutes and seconds.
However the example code does not do that currently.
Expected example output: 01:05:01
01:05:01
Actual example output: 1:5:1
1:5:1
I will create a PR for this.
The text was updated successfully, but these errors were encountered:
Add zero-padding to the output human time
a6997d0
Fixes and closes elm#14
b403178
Add zero-padding to the output human time in the example.
0
Successfully merging a pull request may close this issue.
I think it is a pretty common way of displaying time with zero-padded hours, minutes and seconds.
However the example code does not do that currently.
Expected example output:
01:05:01
Actual example output:
1:5:1
I will create a PR for this.
The text was updated successfully, but these errors were encountered: