The following output is incorrect: ``` frodo ~/Repos/github.com/skx/yal $ ./yal -e "(print (hms))" 7:7:7 frodo ~/Repos/github.com/skx/yal $ ./yal -e "(print (hms))" 7:7:9 ``` The numbers should be zero-padded if only single digits.