TimeToStr() problem

 

When I use this string function,

string local=TimeToStr(TimeLocal(),TIME_MINUTES);
Comment("Local Time - ",local);

and my local time is 07:21 EST, I get this output. 7:07:21. Instead of "hh:mm "format, I get "y:hh:mm". Is there a problem with this string function or am I doing something wrong. I'm assuming that the first 7 is a single digit for year.

Wackena

Reason: