Skip to content
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

Example human time displayed is missing zero-padding #130

Open
olpeh opened this issue Jan 11, 2019 · 0 comments · May be fixed by #131
Open

Example human time displayed is missing zero-padding #130

olpeh opened this issue Jan 11, 2019 · 0 comments · May be fixed by #131

Comments

@olpeh
Copy link

olpeh commented Jan 11, 2019

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.

olpeh added a commit to olpeh/elm-architecture-tutorial that referenced this issue Jan 11, 2019
@olpeh olpeh linked a pull request Jan 11, 2019 that will close this issue
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 a pull request may close this issue.

1 participant