elm-architecture-tutorial icon indicating copy to clipboard operation
elm-architecture-tutorial copied to clipboard

Example human time displayed is missing zero-padding

Open olpeh opened this issue 6 years ago • 0 comments

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.

olpeh avatar Jan 11 '19 23:01 olpeh