elm-architecture-tutorial
elm-architecture-tutorial copied to clipboard
Example human time displayed is missing zero-padding
Similarly to https://github.com/elm/time/issues/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.