evancz/elm-architecture-tutorial

Example human time displayed is missing zero-padding

olpeh opened this issue · 0 comments

olpeh commented

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.