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
Similarly to elm/time#14
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:
Add zero-padding to the output human time
5c8b2e1
Fixes and closes evancz#130
Successfully merging a pull request may close this issue.
Similarly to elm/time#14
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: