Greg Stark wrote:
> How would you parse an input format of just 'SS' ? is there something
> ambiguous about '3' ? I don't see anything "bad" about using %d to
> output an integer number of seconds.
>
>
The docs say that SS corresponds to "second (00-59)", so clearly it
should expect a two digit zero padded number.
What's so hard about using "%0.2d" ?
cheers
andrew