unsigned int ss=1000;
unsigned int mi=ss*60;
long minute=t0/mi;
long second=(t0-minute*mi)/ss;
long milliSecond=sysTime-minute*mi-second*ss;
strTime[0]=(minute%60)/10+'0';
strTime[1]=minute%60%10+'0';
strTime[3]=(second%60)/10+'0';
strTime[4]=second%60%10+'0';
strTime[6]=milliSecond/100+'0';
strTime[7]=(milliSecond%100)/10+'0';
4. Solder and install